mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-07 07:37:47 -04: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
|
.installed.cfg
|
||||||
lib
|
lib
|
||||||
lib64
|
lib64
|
||||||
|
venv
|
||||||
|
|
||||||
# Installer logs
|
# Installer logs
|
||||||
pip-log.txt
|
pip-log.txt
|
||||||
@ -53,3 +54,4 @@ ChangeLog
|
|||||||
.*.swp
|
.*.swp
|
||||||
.*sw?
|
.*sw?
|
||||||
.ropeproject
|
.ropeproject
|
||||||
|
.idea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user