Merge pull request #467 from lonmiller/gitignore

added non-source code exclusions to .gitignore
This commit is contained in:
Jeff Atwood
2022-01-09 11:49:50 -08:00
committed by GitHub

16
.gitignore vendored
View File

@@ -1,3 +1,18 @@
.local/
.vscode/
.gradle/
node_modules/
buildJvm/
build.gradle
.classpath
.project
.settings
.metadata
*.iml
*.ipr
*.class
*/.vs
*.suo
@@ -12,6 +27,7 @@ obj/
out/
*.py[co]
Pipfile
.DS_Store