12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
# Ignore project files
|
|
.idea/
|
|
*.iml
|
|
|
|
# Ignore all .java files except the ones from the 'src/main' folder
|
|
venv/
|
|
|
|
# Ignore logs and temporary files
|
|
logs/
|
|
*.log
|
|
*.tmp
|