forked from Computer_Society/open-goverance
43 lines
No EOL
495 B
Text
43 lines
No EOL
495 B
Text
# IDE folder
|
|
/.idea
|
|
|
|
# OR only to exclude workspace cache
|
|
.obsidian/workspace.json
|
|
|
|
# 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
|
|
.trash/
|
|
.DS_Store
|
|
|
|
# VSCode settings
|
|
.vscode/
|
|
|
|
|
|
# the md to pdf process
|
|
/**/*_html
|
|
/**/*_pdf
|
|
/**/html_*
|
|
/**/pdf_*
|
|
/**/errors.log |