-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (37 loc) · 798 Bytes
/
.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
# Ignore files and directories generated by the operating system
.DS_Store
Thumbs.db
# Ignore files and directories generated by code editors or IDEs
.vscode/
.idea/
# Ignore files and directories generated by the build process
node_modules/
build/
dist/
# Ignore environment-specific files
.env
.env.local
# Ignore logs and temporary files
*.log
*.log.*
*.tmp
# Ignore compiled binaries and executables
*.exe
*.dll
*.so
*.dylib
# Ignore package-lock.json for npm
package-lock.json
# Ignore local configuration files
*.local
# Ignore files generated by testing frameworks
coverage/
# Ignore Jekyll build directory
_site/
# Ignore environment-specific files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Ignore yarn.lock if using Yarn package manager
yarn.lock