update gitignore
This commit is contained in:
parent
18767ba894
commit
c31d4a3079
1 changed files with 49 additions and 0 deletions
49
.gitignore
vendored
49
.gitignore
vendored
|
|
@ -25,3 +25,52 @@ Thumbs.db
|
|||
|
||||
# Logs
|
||||
*.log
|
||||
.ansible/.lock
|
||||
|
||||
# Environment and Configuration Files
|
||||
.env
|
||||
*.env
|
||||
.env.local
|
||||
.env.development
|
||||
.env.production
|
||||
config.json
|
||||
*.config
|
||||
|
||||
# Dependency Directories
|
||||
node_modules/
|
||||
vendor/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Build Outputs
|
||||
build/
|
||||
dist/
|
||||
*.o
|
||||
*.out
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
|
||||
# Backup and Temporary Files
|
||||
*.bak
|
||||
*.gho
|
||||
*.ori
|
||||
*.orig
|
||||
*.tmp
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
# Secrets and Credentials
|
||||
secrets.yml
|
||||
*.secret
|
||||
credentials
|
||||
|
||||
# Development Environment Specific
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.eclipse/
|
||||
.metadata/
|
||||
.ipynb_checkpoints/
|
||||
.docker/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue