123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- logs
- *.log
- npm-debug.log*
- pids
- *.pid
- *.seed
- lib-cov
- coverage
- .grunt
- .lock-wscript
- build/Release
- node_modules
- jspm_packages
- .npm
- .node_repl_history
- .idea/
- .idea/workspace.xml
- .idea/tasks.xml
- .idea/dictionaries
- .idea/vcs.xml
- .idea/jsLibraryMappings.xml
- # Sensitive or high-churn files:
- .idea/dataSources.ids
- .idea/dataSources.xml
- .idea/dataSources.local.xml
- .idea/sqlDataSources.xml
- .idea/dynamic.xml
- .idea/uiDesigner.xml
- # Gradle:
- .idea/gradle.xml
- .idea/libraries
- .idea/mongoSettings.xml
- ## File-based project format:
- *.iws
- /out/
- .idea_modules/
- atlassian-ide-plugin.xml
- # Crashlytics plugin (for Android Studio and IntelliJ)
- com_crashlytics_export_strings.xml
- crashlytics.properties
- crashlytics-build.properties
- fabric.properties
- *.iml
- Thumbs.db
- .DS_Store
- .vagrant/
- rethinkdb_data/
- config/default.json
|