Skip to content
Snippets Groups Projects
.gitignore 331 B
Newer Older
David Diederich's avatar
David Diederich committed
.classpath
Matt Wise's avatar
Matt Wise committed
.factorypath
David Diederich's avatar
David Diederich committed
.project
.settings/
target/
/bin/
out/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/

### VS Code ###
.vscode/
.gradle/

### macOS ###
*.DS_Store

### Integration tests ###
.gradle

### Environment Configuration ###
*.env