mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 03:15:16 -05:00
96 lines
No EOL
1.4 KiB
Text
96 lines
No EOL
1.4 KiB
Text
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Grunt intermediate storage (http://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
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# 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
|
|
|
|
# next.js build output
|
|
.next
|
|
|
|
# OS X temporary files
|
|
.DS_Store
|
|
|
|
# IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful:
|
|
# https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
.idea/
|
|
*.iml
|
|
|
|
.nvmrc
|
|
|
|
# Rush temporary files
|
|
common/deploy/
|
|
common/temp/
|
|
common/autoinstallers/*/.npmrc
|
|
**/.rush/temp/
|
|
*.lock
|
|
|
|
# Heft temporary files
|
|
.cache
|
|
.heft
|
|
|
|
# Common toolchain intermediate files
|
|
temp
|
|
lib
|
|
lib-amd
|
|
lib-es6
|
|
lib-esnext
|
|
lib-commonjs
|
|
lib-shim
|
|
dist
|
|
dist-storybook
|
|
*.scss.ts
|
|
*.sass.ts
|
|
|
|
# Docusaurus build outputs
|
|
build
|
|
.docusaurus
|
|
|
|
RELEASE/ |