mantra/.gitignore

116 lines
1.7 KiB
Plaintext
Raw Normal View History

2021-05-11 00:09:05 +00:00
# Build results
/javascript/
/css/
/templates/
/assets/
/test/website/themes/mantra
2019-10-03 19:33:04 +00:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-05-11 00:09:05 +00:00
lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
2019-10-03 19:33:04 +00:00
# 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
2021-05-11 00:09:05 +00:00
*.lcov
2019-10-03 19:33:04 +00:00
# nyc test coverage
.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
node_modules/
jspm_packages/
2021-05-11 00:09:05 +00:00
vendor/
2019-10-03 19:33:04 +00:00
# TypeScript v1 declaration files
typings/
2021-05-11 00:09:05 +00:00
# TypeScript cache
*.tsbuildinfo
2019-10-03 19:33:04 +00:00
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
2021-05-11 00:09:05 +00:00
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
2019-10-03 19:33:04 +00:00
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
2019-10-07 11:48:01 +00:00
# Output of 'composer archive'
*.tar
2019-10-03 19:33:04 +00:00
# Yarn Integrity file
.yarn-integrity
2019-10-07 12:20:25 +00:00
# dotenv environment variables file
.env
2021-05-11 00:09:05 +00:00
.env.test
2019-10-07 12:20:25 +00:00
2019-10-03 19:33:04 +00:00
# parcel-bundler cache (https://parceljs.org/)
.cache
2021-05-11 00:09:05 +00:00
# Next.js build output
2019-10-03 19:33:04 +00:00
.next
2021-05-11 00:09:05 +00:00
# Nuxt.js build / generate output
2019-10-03 19:33:04 +00:00
.nuxt
2021-05-11 00:09:05 +00:00
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
2019-10-03 19:33:04 +00:00
# vuepress build output
.vuepress/dist
# Serverless directories
2021-05-11 00:09:05 +00:00
.serverless/
2019-10-03 19:33:04 +00:00
# FuseBox cache
.fusebox/
2019-10-03 20:11:59 +00:00
2021-05-11 00:09:05 +00:00
# DynamoDB Local files
.dynamodb/
2019-10-07 11:48:01 +00:00
2021-05-11 00:09:05 +00:00
# TernJS port file
.tern-port