2024-09-22 23:07:55 +01:00
|
|
|
# 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
|
2025-02-13 13:54:56 +00:00
|
|
|
|
|
|
|
###################################################
|
|
|
|
# Hugo Stuff
|
|
|
|
###################################################
|
|
|
|
# Dont commit lockfiles used for building like this
|
|
|
|
.hugo_build.lock
|
|
|
|
|
|
|
|
# public is generated
|
|
|
|
/public
|
|
|
|
|
|
|
|
/**/_gen
|