123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- # ---> 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/
|