The rest
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Ignore node modules
|
||||
node_modules/
|
||||
|
||||
# Ignore Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Ignore runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Ignore directories created by 'npm', 'yarn' or other development tools
|
||||
.jest/
|
||||
coverage/
|
||||
.nyc_output/
|
||||
|
||||
# Ignore generated build directory
|
||||
/dist
|
||||
|
||||
# Ignore dotenv environment variable files
|
||||
.env
|
||||
.env.test
|
||||
.env.production
|
||||
|
||||
# Ignore the config file
|
||||
config.json
|
||||
package-lock.json
|
||||
|
||||
# Ignore all dotfiles
|
||||
.*
|
||||
!/.gitignore
|
||||
Reference in New Issue
Block a user