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