forked from anki2003ta/Museum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
61 lines (49 loc) · 771 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
49
50
51
52
53
54
55
56
57
58
59
60
61
# Node.js dependencies
node_modules/
# Environment variables
.env
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
jspm_packages/
bower_components/
# Build directories
dist/
build/
out/
.temp/
# IDE-specific files
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
# OS-specific files
.DS_Store # macOS
Thumbs.db # Windows
desktop.ini # Windows
# Coverage directory used by testing tools
coverage/
# Temporary or backup files
*.swp
*.bak
*.tmp
*.orig
# Compiled binary files
*.exe
*.dll
*.so
*.dylib
# Production directories (optional, if relevant)
public/
static/
# Ignore any other sensitive or generated files
*.env.local
*.env.development
*.env.test
*.env.production
# Ignore the output of `npm pack`
*.tgz