This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
CS4308_CompilerProject/.gitignore
2023-10-07 11:46:08 -04:00

29 lines
344 B
Plaintext

### 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 ###
.DS_Store