aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: d8fecda42849f48f13a4fd65dc9a38367e46c449 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# git ls-files --others --exclude-from=.git/info/exclude
# git check-ignore -v flake.lock
# git clean -ix
# find . -name "*_" | xargs rm -rf
*
!nix/**
!*.nix
!flake.lock
!.envrc
!.env
!.env/**
!README
!COPYRIGHT
!CHANGELOG
!makefile
!version.txt
!configuration.txt
!conf/
!conf/**
!*.json
!tangle
!*.org
!org/
!org/*.org
!*.rb
!*.sst
!*.ssm
!*.ssi
!**/*.sst
!**/*.ssm
!**/*.ssi
!data
!data/**
*~
*_
\#*
*.\#*
*.tmp
*_tmp
*.gem
*.gemspec
*_.rb
*.rb_
0???-*.patch
*.gz
*.xz
*_
.*
!.gitignore
!.gitattributes
!.envrc
!.env
!.env/**