Update .gitignore.
parent
f385b3938f
commit
dbdcc848a5
|
@ -50,3 +50,14 @@ keys/*
|
||||||
|
|
||||||
# Ignore distutils record of installed files:
|
# Ignore distutils record of installed files:
|
||||||
installed-files.txt
|
installed-files.txt
|
||||||
|
|
||||||
|
# Ignore PyCharm files:
|
||||||
|
.idea/*
|
||||||
|
|
||||||
|
# and git-tickets and tickets:
|
||||||
|
.tickets/*
|
||||||
|
tickets/*
|
||||||
|
|
||||||
|
# Ignore virtualenv folders, if they are here:
|
||||||
|
include/*
|
||||||
|
local/*
|
Loading…
Reference in New Issue