1
Fork 0

Add more IDE settings to gitignore

This commit is contained in:
Joshua Goins 2022-10-03 22:24:11 -04:00
parent 605c6030a5
commit 4bd1628486

2
.gitignore vendored
View file

@ -40,6 +40,8 @@
# Text editor remnants
*.swp
.vscode/*
.idea/*
*.kdev4
# General project-specific ignores
__pycache__/*