16 lines
139 B
Text
16 lines
139 B
Text
# IDE folder
|
|
/.idea
|
|
|
|
# Microsoft office Lockfiles
|
|
~$*
|
|
*.tmp
|
|
|
|
# Test files
|
|
test.*
|
|
*.test.*
|
|
/test
|
|
|
|
# Output of compiling
|
|
/out
|
|
/build
|
|
/target
|