TDT4100-project/.gitignore

13 lines
93 B
Plaintext
Raw Normal View History

2021-02-12 22:25:41 +01:00
# Java
target/
# Eclipse
.settings/
2021-02-17 17:32:12 +01:00
.classpath
.project
2021-02-12 22:25:41 +01:00
# IntelliJ
.idea/
#VSCode
.vscode/