| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- .tpl-temp
- server/log/
- server/view/
- # expo
- .expo/
- # json
- static/changeLog.json
- static/designToken.json
- # dependencies
- /node_modules
- packages/**/node_modules
- # output
- .build_temp
- output
- dist
- build
- _site
- packages/**/lib
- packages/**/workerLib
- packages/semi-theme-default/css/semi.css
- packages/semi-theme-default/semi.scss
- public
- storybook-static/
- *.zip
- cypress/videos/
- cypress/screenshots/
- cypress/downloads/
- # misc
- .env.local
- .env.development.local
- .env.test.local
- .env.production.local
- ### Bower ###
- bower_components
- .bower-cache
- .bower-registry
- .bower-tmp
- ### Git ###
- *.orig
- ### Linux ###
- *~
- # Linux trash folder which might appear on any partition or disk
- .Trash-*
- # .nfs files are created when an open file is removed but is still being accessed
- .nfs*
- ### macOS ###
- # General
- .DS_Store
- .AppleDouble
- .LSOverride
- ._*
- # Files that might appear in the root of a volume
- .DocumentRevisions-V100
- .fseventsd
- .Spotlight-V100
- .TemporaryItems
- .Trashes
- .VolumeIcon.icns
- .com.apple.timemachine.donotpresent
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
- ### Node ###
- # Logs
- logs
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.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
- test/merged
- # nyc test coverage
- .nyc_output
- # node-waf configuration
- .lock-wscript
- package-lock.json
- # Optional npm cache directory
- .npm
- # Optional eslint cache
- .eslintcache
- # Optional REPL history
- .node_repl_history
- # Output of 'npm pack'
- *.tgz
- # Yarn Integrity file
- .yarn-integrity
- # dotenv environment variables file
- .env
- # parcel-bundler cache (https://parceljs.org/)
- .cache
- # next.js build output
- .next
- # nuxt.js build output
- .nuxt
- # vuepress build output
- .vuepress/dist
- # Serverless directories
- .serverless
- ### ReactNative.Gradle Stack ###
- .gradle
- /build/
- # Ignore Gradle GUI config
- gradle-app.setting
- # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
- !gradle-wrapper.jar
- # Cache of project
- .gradletasknamecache
- ### ReactNative.Buck Stack ###
- buck-out/
- .buckconfig.local
- .buckd/
- .buckversion
- .fakebuckversion
- ### ReactNative.Android Stack ###
- # Built application files
- *.apk
- *.ap_
- # Files for the ART/Dalvik VM
- *.dex
- # Java class files
- *.class
- # Generated files
- gen/
- out/
- # Gradle files
- .gradle/
- # Local configuration file (sdk path, etc)
- local.properties
- # Proguard folder generated by Eclipse
- proguard/
- # Log Files
- # Android Studio Navigation editor temp files
- .navigation/
- # Android Studio captures folder
- captures/
- # IntelliJ
- .idea
- *.iml
- .idea/workspace.xml
- .idea/tasks.xml
- .idea/gradle.xml
- .idea/assetWizardSettings.xml
- .idea/dictionaries
- .idea/libraries
- .idea/caches
- # External native build folder generated in Android Studio 2.2 and later
- .externalNativeBuild
- # Google Services (e.g. APIs or Firebase)
- google-services.json
- # Freeline
- freeline.py
- freeline/
- freeline_project_description.json
- # fastlane
- fastlane/report.xml
- fastlane/Preview.html
- fastlane/screenshots
- fastlane/test_output
- fastlane/readme.md
- ### SVN ###
- .svn/
- ### VisualStudioCode ###
- # .vscode/
- .history
- # metro
- tmp
- # test
- /__snapshots__/
- .vscode
- .circle-engineer
|