Remove some extras from .gitignore
This commit is contained in:
parent
78b24baab7
commit
18e38f4164
|
@ -63,15 +63,12 @@ target/
|
||||||
*.db
|
*.db
|
||||||
*.rdb
|
*.rdb
|
||||||
|
|
||||||
# Media
|
|
||||||
serraview/media/
|
|
||||||
|
|
||||||
# Pycharm
|
# Pycharm
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# IPython NB Checkpoints
|
# IPython NB Checkpoints
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
# exclude data
|
# exclude data from source control by default
|
||||||
data/
|
data/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue