summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: b40fba4106398eaccd671ecf47382bf7c3c8e078 (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
# git ls-files --others --exclude-from=.git/info/exclude
# git check-ignore -v flake.lock
# git clean -ix
# find . -name "*_" | xargs rm -rf
# find . -name "*.o" | xargs rm -rf
*
!.gitignore
!nixDevEnv.sh
!.envrc
!.envrc-local
!.envrc-nix
!flake.nix
!flake.lock
!nix-overlays
!nix-overlays/**
!shell.nix
!makefile
!justfile
!README
!*.nix
!*.json
!*.org
!org/
!org/*.org
!*.sh
!*.d
!*.txt
!src
!src/**
!views

# EXCLUDED Files & directories - ensure excluded
.dub/**
tmp/**
*_.org
*_.nix
*_.d
*_.txt
*_
*.swp
*~
*.\#*
\#*