mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-03-30 04:31:04 +02:00
37 lines
301 B
Plaintext
37 lines
301 B
Plaintext
# Fleet IDE
|
|
.fleet
|
|
|
|
# Intellij
|
|
.idea
|
|
*.iml
|
|
|
|
# Eclipse
|
|
.project
|
|
.classpath
|
|
|
|
# Maven
|
|
target
|
|
|
|
|
|
debug.out
|
|
.DS_Store
|
|
|
|
#Logfiles
|
|
SimpleLogFile.txt
|
|
udpReaderBackup.txt
|
|
|
|
#tempfiles
|
|
.idea/
|
|
out/
|
|
|
|
#targetfiles - mvn wrapper
|
|
target/
|
|
|
|
#builds
|
|
build/
|
|
|
|
#pdf output directory
|
|
dist/
|
|
|
|
#zip files for local backups
|
|
*.zip |