-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
113 lines (102 loc) · 1.3 KB
/
.gitignore
File metadata and controls
113 lines (102 loc) · 1.3 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
*
!*/
# ---------- Add items which should *NOT* be ignored below this line -----------
# Common
!LICENSE*
!NOTICE*
!README*
# Configs
!.editorconfig
!.gitignore
!.markdownlint.y*ml
!.pre-commit-config.y*ml
!.prettier*
!.shellcheckrc
!config.y*ml
# agebox
!*.agebox
!.ageboxreg.y*ml
# JavaScript/TypeScript
!package.json
!tsconfig.json
# Python
!.python-version
!.ruff.toml
!pyproject.toml
!tox.ini
!uv.lock
# Directories
!/src/**/*.py
!/tests/**/*.py
!/tests/data/*.json
# GitHub Workflows
!/.github/**/*.y*ml
# --------- Add items which should *ALWAYS* be ignored below this line ---------
**/docker/**/data/
*.box
*.cert
*.crt
*.dll
*.dylib
*.env*
*.exe~
*.icloud
*.key
*.log
*.out
*.pdb
*.pem
*.ppk
*.py[cod]
*.rs.bk
*.so
*.test
*.tsbuildinfo
*_ed25519
*_rsa
.Apple*
.DS_Store
.DocumentRevisions-V100
.LSOverride
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
._*
.apdisk
.com.apple.*
.cursorrules
.fseventsd
.history
.htaccess
.local
.next
.npm
.nuxt
.nvm
.venv
.vscode-test
.yarn
1password-credentials.json
Cargo.lock
Network Trash Folder
[Tt]emporary*
[Vv]irtual[Ee]nv
__pycache__
debug/
env/
envs/
go.work
go.work.sum
jspm_packages
key
key.txt
log?/
node_modules
secring.*
target/
venv
web_modules
# -------------- Add other overrides as necessary below this line --------------
# Examples
!*example*