CS4306-Algorithm_Analysis/.gitignore

32 lines
357 B
Plaintext
Raw Normal View History

2024-01-24 06:02:14 +00:00
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
2024-01-24 06:16:14 +00:00
.DS_Store
*.iml
*.xml