1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-19 14:18:59 -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:
John
2020-12-19 17:25:27 -08:00
committed by GitHub
parent 923e1a7c3d
commit a566990a2f
+2
View File
@@ -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