a9507427b28efa3fdce827d2aec520717b591c9e
[khome.git] / home / .gitignore_global
1 ## temporary alchemy
2 # Private notes
3 _notes.md
4 _notes/
5
6 # Temporary storage
7 _tmp/
8 _wip/
9
10 ## misc
11 # Mac filesystem metadata
12 .DS_Store
13
14 # git-analysis
15 .git-analysis/
16
17 ## editors
18 # Vim
19 *.swp
20 *.swo
21
22 # Emacs
23 \#*#
24
25 # Visual Studio Code
26 .vscode/
27
28 # F# plugin for VS Code
29 .ionide/
This page took 0.061995 seconds and 3 git commands to generate.