[11 - Antlr Parser] Remove "out/" folder - add in .gitignore

This commit is contained in:
2020-05-27 16:06:20 +02:00
parent 8fbf3095f0
commit 23c54b7cfa
20 changed files with 8 additions and 120 deletions

5
.gitignore vendored
View File

@@ -1,5 +1,9 @@
# IntelliJ folders
**/.idea/
**/.out/
/.out/
# Exclude run configuration
!/.idea/runConfiguration
# IntelliJ files
**/*.iml
@@ -17,3 +21,4 @@
# macOS files
.DS_Store