mirror of
https://github.com/github/gitignore.git
synced 2026-09-04 14:13:44 +02:00
Add files via upload
This commit is contained in:
parent
6b4026c2f0
commit
653465495a
37
gitignore
Normal file
37
gitignore
Normal file
@ -0,0 +1,37 @@
|
||||
# Ignore macOS system files
|
||||
.DS_Store
|
||||
|
||||
# Ignore Windows thumbnail cache
|
||||
Thumbs.db
|
||||
|
||||
# Node.js dependencies
|
||||
node_modules/
|
||||
|
||||
# Python bytecode and environments
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.env
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
||||
# Build output directories
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# IDE and editor folders
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Miscellaneous
|
||||
*.tmp
|
||||
*.swp
|
||||
|
||||
# Exception: track your LICENSE file
|
||||
!LICENSE
|
||||
Loading…
Reference in New Issue
Block a user