-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore_global
More file actions
58 lines (46 loc) · 814 Bytes
/
Copy path.gitignore_global
File metadata and controls
58 lines (46 loc) · 814 Bytes
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
# Create a symlink to home directory.
# ln -s ~/repos/dotfiles/.gitignore_global ~/.gitignore_global
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
### macOS ###
# General
.DS_Store
### VirtualEnv ###
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
pyvenv.cfg
.venv
venv/
*_venv/
pip-selfcheck.json
__pycache__/
# comment out if env is needed
# .env
# env/
# ENV/
### Pyenv ###
.python-version
### diverses ###
*.bak/
*.bak
favicon.ico
### temp ###
*/Dockerfile.dev
*/Dockerfile.testing
### node ###
.node-version
### Stuff files for local development ###
*/nha_migration/fixtures/
*/nha_migration/nha_data/
*.override.yml
### Frontend linting ###
.eslintcache
### codex ###
.codex/
.agents/
AGENTS.md
### yalc pnpm package ###
.yalc/
yalc.lock