-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
86 lines (67 loc) · 1.08 KB
/
.gitignore
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
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.swp
# pytest
.cache/
.pytest_cache/
# Jupyter Notebooks
.ipynb_checkpoints/
# macOS
.DS_Store
# Node.js
node_modules/
npm-debug.log
yarn-error.log
# dependencies (from Node.gitignore)
.pnp
.pnp.js
# testing (from Node.gitignore)
coverage/
# production (from Node.gitignore)
build/
# misc (from Node.gitignore)
.env.local
.env.development.local
.env.test.local
.env.production.local
# log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environments
env/
venv/
.virtualenv/
# IDE-specific settings
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
# Logs
logs/
*.log
# OS generated files
Thumbs.db
.DS_Store
# Git-specific files
*.lock
*.orig
# Ignore Git config and credentials
.gitconfig
# Ignore directories named 'archive'
archive/
# Ignore any files with 'NULL' or 'EXPIRED' in the name (case-insensitive)
*NULL*
*EXPIRED*
# Ignore Elasticsearch version 8.10.3 directory
elasticsearch-8.10.3/
# Ignore batch files (.bat)
*.bat
config/sys_config_SHELL.json
config/settings_SHELL.json
*.png
config/settings.json
config/settings.json