mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-18 19:10:21 -04:00
added gitignore
This commit is contained in:
parent
f373a632ed
commit
14d7c351c9
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
# Python-specific ignores
|
||||
.eggs
|
||||
*.pyc
|
||||
__pycache__
|
||||
__pycache__/*
|
||||
|
||||
# Build stuff ignores
|
||||
build
|
||||
.coverage
|
||||
dist/*.tar.gz
|
||||
|
||||
# General ignores
|
||||
*.crt
|
||||
*.dbg
|
||||
dump.rdb
|
||||
*.DS_Store
|
||||
.DS_STORE
|
||||
*.key
|
||||
*.log
|
||||
*.swp
|
||||
|
||||
# Development-specific ignores
|
||||
devconfig.json
|
||||
.vagrant
|
||||
|
||||
# Text editors ignores
|
||||
.idea/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# mypy-related ignores
|
||||
.mypy_cache
|
||||
|
||||
# Ion-specific ignores
|
||||
intranet/apps/files/cred.py*
|
||||
intranet/collected_static
|
||||
maintenance_mode_state.txt
|
||||
uploads/*
|
||||
|
||||
# Fixture-related ignores
|
||||
fixtures/**/*.json
|
||||
fixtures/README.txt
|
||||
fixtures/*.sql
|
||||
*fixtures*.tar*
|
||||
|
||||
# NPM-related ignores
|
||||
node_modules/
|
||||
package-lock.json
|
Loading…
Reference in New Issue
Block a user