Initial commit
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/ # If using JSPM
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Production artifacts
|
||||
build/
|
||||
dist/
|
||||
.next/ # For Next.js projects
|
||||
out/ # For static site generators
|
||||
|
||||
# Editor/IDE specific files
|
||||
.vscode/ # VS Code settings
|
||||
.idea/ # IntelliJ IDEA settings
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test coverage
|
||||
coverage/
|
||||
|
||||
# Misc
|
||||
*.log
|
||||
*.pid
|
||||
*.seed
|
||||
*.gz
|
||||
pids/
|
||||
logs/
|
||||
results/
|
||||
data/*
|
||||
Reference in New Issue
Block a user