Froj/.gitignore
Jesper Saastamoinen 4212bec61f Added FileReader to stdlib
Added FileReader to stdlib to read in files and return it as a string
2024-09-17 14:48:10 +02:00

34 lines
No EOL
387 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