| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- # Miscellaneous
- *.class
- *.log
- *.pyc
- *.swp
- *.swo
- *~
- .DS_Store
- .atom/
- .buildlog/
- .history
- .svn/
- migrate_working_dir/
- # ============================================
- # Java / Maven / Gradle
- # ============================================
- # Compiled class files
- *.class
- # Log files
- *.log
- # Package Files
- *.jar
- *.war
- *.nar
- *.ear
- *.zip
- *.tar.gz
- *.rar
- # Maven
- target/
- pom.xml.tag
- pom.xml.releaseBackup
- pom.xml.versionsBackup
- pom.xml.next
- release.properties
- dependency-reduced-pom.xml
- buildNumber.properties
- .mvn/timing.properties
- .mvn/wrapper/maven-wrapper.jar
- # Gradle
- .gradle
- build/
- !gradle/wrapper/gradle-wrapper.jar
- !**/src/main/**/build/
- !**/src/test/**/build/
- gradle-app.setting
- !gradle-wrapper.jar
- .gradletasknamecache
- # Eclipse
- .classpath
- .project
- .settings/
- bin/
- tmp/
- *.tmp
- *.bak
- *.swp
- *~.nib
- local.properties
- .loadpath
- .recommenders
- # IntelliJ IDEA
- *.iml
- *.ipr
- *.iws
- .idea/
- out/
- *.iws
- *.iml
- *.ipr
- # NetBeans
- /nbproject/private/
- /nbbuild/
- /dist/
- /nbdist/
- /.nb-gradle/
- # VS Code
- .vscode/
- *.code-workspace
- # Spring Boot
- spring-boot-*.log
- application-*.properties
- !application.yml
- !application.properties
- # ============================================
- # Flutter / Dart
- # ============================================
- # Flutter/Dart/Pub related
- **/doc/api/
- **/ios/Flutter/.last_build_id
- .dart_tool/
- .flutter-plugins
- .flutter-plugins-dependencies
- .packages
- .pub-cache/
- .pub/
- build/
- *.dart.js
- *.js_
- *.js.deps
- *.js.map
- # Symbolication related
- app.*.symbols
- # Obfuscation related
- app.*.map.json
- # Android Studio will place build artifacts here
- /android/app/debug
- /android/app/profile
- /android/app/release
- # iOS related
- **/ios/**/*.mode1v3
- **/ios/**/*.mode2v3
- **/ios/**/*.moved-aside
- **/ios/**/*.pbxuser
- **/ios/**/*.perspectivev3
- **/ios/**/*sync/
- **/ios/**/.sconsign.dblite
- **/ios/**/.tags*
- **/ios/**/.vagrant/
- **/ios/**/DerivedData/
- **/ios/**/Icon?
- **/ios/**/Pods/
- **/ios/**/.symlinks/
- **/ios/**/profile
- **/ios/**/xcuserdata
- **/ios/.generated/
- **/ios/Flutter/.last_build_id
- **/ios/Flutter/App.framework
- **/ios/Flutter/Flutter.framework
- **/ios/Flutter/Flutter.podspec
- **/ios/Flutter/Generated.xcconfig
- **/ios/Flutter/ephemeral
- **/ios/Flutter/app.flx
- **/ios/Flutter/app.zip
- **/ios/Flutter/flutter_assets/
- **/ios/Flutter/flutter_export_environment.sh
- **/ios/ServiceDefinitions.json
- **/ios/Runner/GeneratedPluginRegistrant.*
- # Web related
- **/web/**/main.dart.js
- **/web/**/main.dart.js.map
- **/web/**/flutter_service_worker.js
- **/web/**/flutter_bootstrap.js
- # Coverage
- coverage/
- *.lcov
- test/.test_coverage.dart
- # Exceptions to above rules.
- !**/ios/**/default.mode1v3
- !**/ios/**/default.mode2v3
- !**/ios/**/default.pbxuser
- !**/ios/**/default.perspectivev3
- # ============================================
- # Vue / Node.js / npm / yarn
- # ============================================
- # Dependencies
- node_modules/
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- lerna-debug.log*
- .pnpm-debug.log*
- # Runtime data
- pids
- *.pid
- *.seed
- *.pid.lock
- # Directory for instrumented libs generated by jscoverage/JSCover
- lib-cov
- # Coverage directory used by tools like istanbul
- coverage/
- *.lcov
- .nyc_output
- # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
- .grunt
- # Bower dependency directory (https://bower.io/)
- bower_components
- # node-waf configuration
- .lock-wscript
- # Compiled binary addons (https://nodejs.org/api/addons.html)
- build/Release
- # Dependency directories
- jspm_packages/
- # Snowpack dependency directory (https://snowpack.dev/)
- web_modules/
- # TypeScript cache
- *.tsbuildinfo
- # Optional npm cache directory
- .npm
- # Optional eslint cache
- .eslintcache
- # Optional stylelint cache
- .stylelintcache
- # Microbundle cache
- .rpt2_cache/
- .rts2_cache_cjs/
- .rts2_cache_es/
- .rts2_cache_umd/
- # Optional REPL history
- .node_repl_history
- # Output of 'npm pack'
- *.tgz
- # Yarn Integrity file
- .yarn-integrity
- # dotenv environment variable files
- .env
- .env.development.local
- .env.test.local
- .env.production.local
- .env.local
- # parcel-bundler cache (https://parceljs.org/)
- .cache
- .parcel-cache
- # Next.js build output
- .next
- out
- # Nuxt.js build / generate output
- .nuxt
- dist
- # Gatsby files
- .cache/
- # Comment in the public line in if your project uses Gatsby and not Next.js
- # https://nextjs.org/blog/next-9-1#public-directory-support
- # public
- # vuepress build output
- .vuepress/dist
- # vuepress v2.x temp and cache directory
- .temp
- .cache
- # Serverless directories
- .serverless/
- # FuseBox cache
- .fusebox/
- # DynamoDB Local files
- .dynamodb/
- # TernJS port file
- .tern-port
- # Stores VSCode versions used for testing VSCode extensions
- .vscode-test
- # yarn v2
- .yarn/cache
- .yarn/unplugged
- .yarn/build-state.yml
- .yarn/install-state.gz
- .pnp.*
- # Vue specific
- *.local
- .DS_Store
- dist/
- dist-ssr/
- *.local
- # Vite
- vite.config.js.timestamp-*
- vite.config.ts.timestamp-*
- # ============================================
- # Project specific
- # ============================================
- # Project docs (temporary)
- a_docs/
- # Database
- *.db
- *.sqlite
- *.sqlite3
- # Configuration files with sensitive data
- application-local.yml
- application-local.properties
- *.secret
- *.key
- *.pem
- # Temporary files
- *.tmp
- *.temp
- *.swp
- *.swo
- *~
|