Compare commits
No commits in common. "01f3dc9ab5964205778137a08a8e046f74002794" and "a62219491dd20d6918f1368c54697dee2637f58b" have entirely different histories.
01f3dc9ab5
...
a62219491d
1 changed files with 0 additions and 49 deletions
49
.gitignore
vendored
49
.gitignore
vendored
|
|
@ -25,52 +25,3 @@ Thumbs.db
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
*.log
|
*.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