plutoengine/.gitignore

30 lines
305 B
Plaintext
Raw Normal View History

2020-08-18 15:36:08 +00:00
/*/.settings
/.vscode
# Ignore Eclipse project files
2020-08-18 15:36:08 +00:00
/*/.project
/*/.classpath
/.project
/.settings
# Ignore IDEA project files
2020-09-17 18:52:35 +00:00
/.idea
/*/.idea
.idea
*.log
/.gradle/
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
2020-09-17 18:52:35 +00:00
/build
/*/build
/bin
/*/bin
/logs/