-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (41 loc) · 893 Bytes
/
.gitignore
File metadata and controls
52 lines (41 loc) · 893 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
# Node modules (if you're using Node.js)
node_modules/
# Dependency directories for other package managers (if any)
bower_components/
# Build output directories
/dist/
/build/
# Log files
npm-debug.log
yarn-debug.log
yarn-error.log
*.log
# IDE/Editor settings (VSCode, Sublime, etc.)
.vscode/
/.idea/
/*.sublime-workspace
/*.sublime-project
# OS-generated files
.DS_Store # macOS
Thumbs.db # Windows
desktop.ini # Windows
# Environment files (for sensitive info, like API keys)
.env
# Temporary files
*.swp
*.bak
*.tmp
# Bundle files (if you're bundling CSS, JS, etc.)
/public/bundle/
# SASS or other compiled CSS files (if you're using a preprocessor)
*.css.map
*.scssc
# Minified CSS/JS (if you don't want to track minified files)
*.min.css
*.min.js
# # Images (if you don't want to track optimized images or copies)
# *.png
# *.jpg
# *.jpeg
# *.gif
# *.svg