26 lines
189 B
Plaintext
26 lines
189 B
Plaintext
# IntelliJ IDEA
|
|
.idea/
|
|
.smarttomcat/
|
|
*.iml
|
|
|
|
# Eclipse
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Maven
|
|
target/
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# Logs
|
|
*.log
|