dotfiles/.config/git/ignore

46 lines
677 B
Plaintext
Raw Normal View History

2020-03-31 20:32:43 +00:00
# IDEA
## User-specific files
2020-11-12 08:57:08 +00:00
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/vcs.xml
.idea/dictionaries
.idea/inspectionProfiles
.idea/caches
.idea/markdown-*
.idea/compiler.xml
2021-01-03 14:01:11 +00:00
.idea/kotlinc.xml
2020-11-12 08:57:08 +00:00
.idea/misc.xml
.idea/modules.xml
.idea/encodings.xml
.idea/kotlinScripting.xml
.idea/jarRepositories.xml
.idea/.name
*.iml
2020-03-08 18:58:52 +00:00
2020-03-31 20:32:43 +00:00
## Sensitive or high-churn files
2020-11-12 08:57:08 +00:00
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
2020-03-08 18:58:52 +00:00
2020-03-31 20:32:43 +00:00
# Build
2020-11-12 08:57:08 +00:00
.idea/**/gradle.xml
.idea/**/libraries
.gradle/
2020-03-08 18:58:52 +00:00
build/
2020-03-31 20:32:43 +00:00
out/
2020-11-12 08:57:08 +00:00
cache/
*_build/
cmake*build*/
__pycache__/
# Logs
*.log
*.log.*
2022-01-08 01:35:15 +00:00
*.bak
*~