25 lines
285 B
Plaintext
25 lines
285 B
Plaintext
# IntelliJ folders
|
|
**/.idea/
|
|
**/.out/
|
|
/.out/
|
|
# Exclude run configuration
|
|
!/.idea/runConfiguration
|
|
|
|
# IntelliJ files
|
|
**/*.iml
|
|
|
|
# Java Compiler output
|
|
**/bin/
|
|
|
|
# Eclipse files
|
|
**/.classpath
|
|
**/.project
|
|
|
|
# Eclipse folders
|
|
**/.externalToolBuilders/
|
|
**/.settings/
|
|
|
|
# macOS files
|
|
.DS_Store
|
|
|