first commit
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user