2020-08-18 15:36:08 +00:00
|
|
|
/*/.settings
|
2020-09-02 19:44:09 +00:00
|
|
|
|
2022-04-05 17:10:08 +00:00
|
|
|
/.vscode
|
|
|
|
|
2020-09-02 19:44:09 +00:00
|
|
|
# Ignore Eclipse project files
|
2020-08-18 15:36:08 +00:00
|
|
|
/*/.project
|
|
|
|
/*/.classpath
|
2020-08-20 17:10:11 +00:00
|
|
|
/.project
|
2022-04-05 17:10:08 +00:00
|
|
|
/.settings
|
2020-09-02 19:44:09 +00:00
|
|
|
|
|
|
|
# Ignore IDEA project files
|
2020-09-17 18:52:35 +00:00
|
|
|
/.idea
|
2020-09-02 19:44:09 +00:00
|
|
|
/*/.idea
|
2022-04-05 17:10:08 +00:00
|
|
|
.idea
|
2020-09-02 19:44:09 +00:00
|
|
|
|
|
|
|
*.log
|
|
|
|
|
|
|
|
/.gradle/
|
|
|
|
|
|
|
|
# Ignore Gradle project-specific cache directory
|
|
|
|
.gradle
|
|
|
|
|
|
|
|
# Ignore Gradle build output directory
|
2020-09-17 18:52:35 +00:00
|
|
|
/build
|
2022-04-05 17:10:08 +00:00
|
|
|
/*/build
|
|
|
|
|
|
|
|
/bin
|
|
|
|
/*/bin
|
|
|
|
/logs/
|