|
@@ -0,0 +1,138 @@
|
|
|
+# ---> FlexBuilder
|
|
|
+bin/
|
|
|
+bin-debug/
|
|
|
+bin-release/
|
|
|
+
|
|
|
+# ---> Finale
|
|
|
+*.bak
|
|
|
+*.db
|
|
|
+*.avi
|
|
|
+*.pdf
|
|
|
+*.ps
|
|
|
+*.mid
|
|
|
+*.midi
|
|
|
+*.mp3
|
|
|
+*.aif
|
|
|
+*.wav
|
|
|
+# Some versions of Finale have a bug and randomly save extra copies of
|
|
|
+# the music source as "<Filename> copy.mus"
|
|
|
+*copy.mus
|
|
|
+
|
|
|
+# ---> Fancy
|
|
|
+*.rbc
|
|
|
+*.fyc
|
|
|
+
|
|
|
+# ---> ForceDotCom
|
|
|
+.project
|
|
|
+.settings
|
|
|
+salesforce.schema
|
|
|
+Referenced Packages
|
|
|
+
|
|
|
+# ---> FuelPHP
|
|
|
+fuel/app/logs/*/*/*
|
|
|
+fuel/app/cache/*/*
|
|
|
+
|
|
|
+# ---> GWT
|
|
|
+*.class
|
|
|
+
|
|
|
+# Package Files #
|
|
|
+*.jar
|
|
|
+*.war
|
|
|
+
|
|
|
+# gwt caches and compiled units #
|
|
|
+war/gwt_bree/
|
|
|
+gwt-unitCache/
|
|
|
+
|
|
|
+# boilerplate generated classes #
|
|
|
+.apt_generated/
|
|
|
+
|
|
|
+# more caches and things from deploy #
|
|
|
+war/WEB-INF/deploy/
|
|
|
+war/WEB-INF/classes/
|
|
|
+
|
|
|
+#compilation logs
|
|
|
+.gwt/
|
|
|
+
|
|
|
+#caching for already compiled files
|
|
|
+gwt-unitCache/
|
|
|
+
|
|
|
+#gwt junit compilation files
|
|
|
+www-test/
|
|
|
+
|
|
|
+#old GWT (1.5) created this dir
|
|
|
+.gwt-tmp/
|
|
|
+
|
|
|
+# ---> Gradle
|
|
|
+.gradle
|
|
|
+build/
|
|
|
+
|
|
|
+# Ignore Gradle GUI config
|
|
|
+gradle-app.setting
|
|
|
+
|
|
|
+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
|
+!gradle-wrapper.jar
|
|
|
+
|
|
|
+# ---> Grails
|
|
|
+# .gitignore for Grails 1.2 and 1.3
|
|
|
+# Although this should work for most versions of grails, it is
|
|
|
+# suggested that you use the "grails integrate-with --git" command
|
|
|
+# to generate your .gitignore file.
|
|
|
+
|
|
|
+# web application files
|
|
|
+/web-app/WEB-INF/classes
|
|
|
+
|
|
|
+# default HSQL database files for production mode
|
|
|
+/prodDb.*
|
|
|
+
|
|
|
+# general HSQL database files
|
|
|
+*Db.properties
|
|
|
+*Db.script
|
|
|
+
|
|
|
+# logs
|
|
|
+/stacktrace.log
|
|
|
+/test/reports
|
|
|
+/logs
|
|
|
+
|
|
|
+# project release file
|
|
|
+/*.war
|
|
|
+
|
|
|
+# plugin release files
|
|
|
+/*.zip
|
|
|
+/plugin.xml
|
|
|
+
|
|
|
+# older plugin install locations
|
|
|
+/plugins
|
|
|
+/web-app/plugins
|
|
|
+
|
|
|
+# "temporary" build files
|
|
|
+/target
|
|
|
+
|
|
|
+# ---> Haskell
|
|
|
+dist
|
|
|
+cabal-dev
|
|
|
+*.o
|
|
|
+*.hi
|
|
|
+*.chi
|
|
|
+*.chs.h
|
|
|
+*.dyn_o
|
|
|
+*.dyn_hi
|
|
|
+.hpc
|
|
|
+.hsenv
|
|
|
+.cabal-sandbox/
|
|
|
+cabal.sandbox.config
|
|
|
+*.prof
|
|
|
+*.aux
|
|
|
+*.hp
|
|
|
+.stack-work/
|
|
|
+
|
|
|
+# ---> IGORPro
|
|
|
+# Avoid including Experiment files: they can be created and edited locally to test the ipf files
|
|
|
+*.pxp
|
|
|
+*.pxt
|
|
|
+*.uxp
|
|
|
+*.uxt
|
|
|
+
|
|
|
+# ---> IPythonNotebook
|
|
|
+# Temporary data
|
|
|
+.ipynb_checkpoints/
|
|
|
+
|