46 lines
504 B
Plaintext
46 lines
504 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# build output
|
|
/build
|
|
/dist
|
|
|
|
# environment files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# cached files
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.cache
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Gatsby specific files
|
|
.cache/
|
|
/public/
|
|
/.cache/
|
|
/.idea/
|
|
/.vscode/
|
|
/node_modules/
|
|
.DS_Store
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
yarn-debug.log*
|
|
|
|
`` Con have even
|