Froj/.gitignore
Jesper Saastamoinen 98d5cf9c75 Fix Makefile to include subfolders for javac
Also updated Input to fix string/double parsing
2024-12-13 07:16:15 +01:00

35 lines
No EOL
401 B
Text

### 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
.class
/src/*.jar
/.idea
hello_world.froj
testfile.froj