Include gitignore
This commit is contained in:
parent
30b5b7ec23
commit
bcdadd95a9
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
# Ignore Node.js dependencies
|
||||
node_modules/
|
||||
|
||||
# Ignore Python virtual environment
|
||||
venv/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
|
||||
# Ignore build output directory
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Ignore log files
|
||||
*.log
|
||||
|
||||
# Ignore environment variables file
|
||||
.env
|
||||
.env.*
|
||||
!.env.example # Keep example file
|
||||
|
||||
# Ignore IDE/Editor specific files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Ignore macOS system files
|
||||
.DS_Store
|
||||
|
||||
# Ignore Windows thumbnail cache
|
||||
Thumbs.db
|
||||
Loading…
x
Reference in New Issue
Block a user