.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/semi-theme-default/css/semi.css packages/semi-theme-default/semi.scss public storybook-static/ *.zip cypress/videos/ cypress/screenshots/ # 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