forked from Skynet/deploy_user
39 lines
No EOL
541 B
Text
39 lines
No EOL
541 B
Text
# IDE folder
|
|
/.idea
|
|
|
|
# Microsoft office Lockfiles
|
|
~$*
|
|
*.tmp
|
|
|
|
# Test files
|
|
test.*
|
|
*.test.*
|
|
/test
|
|
|
|
# Output of compiling
|
|
/out
|
|
/build
|
|
/target
|
|
/cmake-build-debug
|
|
# for QT, both as single directory and as subfolders
|
|
/build-*-*
|
|
/*/build-*-*
|
|
|
|
# Dealing with BlueJ
|
|
*.bluej
|
|
*.out
|
|
*.ctxt
|
|
|
|
# Dealing with Mac users
|
|
.DS_Store
|
|
|
|
###################################################
|
|
# Hugo Stuff
|
|
###################################################
|
|
# Dont commit lockfiles used for building like this
|
|
.hugo_build.lock
|
|
|
|
# public is generated
|
|
/public
|
|
|
|
/**/_gen |