File: .gitignore

package info (click to toggle)
pomegranate-clojure 1.2.24-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: xml: 135; sh: 37; makefile: 17
file content (26 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# emacs + vi backup files
*~
.*.sw*

# various IDE junk
*.ipr
*.iml
*.iws
.project
.classpath
.settings
.nrepl-port
.vscode

target
classes
it-repo
tmp
.cpcache
.externalToolBuilders
.eastwood
# for kondo and lsp caches
.cache

# a spot for fiddly stuff you want to keep but not commit
/fiddle