mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 13:51:54 -05:00
Update .gitignore
I want to add some tests but before that I want git to ignore the venv folder and all the Idea (Pycharm) settings that get created in the home folder by default.
This commit is contained in:
parent
923e1a7c3d
commit
a566990a2f
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,6 +18,7 @@ develop-eggs
|
||||
.installed.cfg
|
||||
lib
|
||||
lib64
|
||||
venv
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
@ -53,3 +54,4 @@ ChangeLog
|
||||
.*.swp
|
||||
.*sw?
|
||||
.ropeproject
|
||||
.idea
|
||||
|
Loading…
Reference in New Issue
Block a user