.gitignore/.gitignore gelöscht
This commit is contained in:
parent
bcfcb6f711
commit
dc8a1eae11
28
.gitignore/.gitignore
vendored
28
.gitignore/.gitignore
vendored
|
|
@ -1,28 +0,0 @@
|
|||
# Ignore Python bytecode and caches
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Ignore virtual environment directories
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Ignore Node modules
|
||||
node_modules/
|
||||
|
||||
# Ignore compiled output directories
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
|
||||
# Ignore logs and temporary files
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Ignore IDE specific files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Loading…
Reference in New Issue
Block a user