Revision 178d7e99c0f03f785e40b4c8b8a2583a738f96d8 authored by Thomas Mortagne on 23 April 2020, 09:08:59 UTC, committed by Thomas Mortagne on 23 April 2020, 09:09:26 UTC
1 parent 81b27bc
Raw File
.gitignore
# Maven Build
target
target-eclipse

# Gradle Build
build
.gradle

# IDEA
*.iml
*.ipr
*.iws
.idea
atlassian-ide-plugin.xml

# Eclipse
.classpath
.project
.settings
.checkstyle
.fbprefs
bin
# Automatically generated by WTP
**/src/main/java/META-INF/
**/src/test/java/META-INF/
**/src/META-INF/
#PyDev
.pydevproject

# NetBeans
nbproject

# Other
*.log.*
*.log
.sonar-ide.properties
.clover
*~
back to top