-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 1.27 KB
/
Copy path.gitignore
File metadata and controls
53 lines (44 loc) · 1.27 KB
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
# =============================================================================
# Secrets and Local Configuration
# =============================================================================
.env
*.local.yaml
auth/
# =============================================================================
# Temporary and Generated Files
# =============================================================================
*.tmp
*.bak
*.backup
temp.txt
temp/
# =============================================================================
# IDE and Editor Files
# =============================================================================
# VS Code
.vscode/
# JetBrains
.idea/
# Vim
*.swp
*.swo
*~
# Emacs
\#*\#
# =============================================================================
# OS Files
# =============================================================================
# macOS
.DS_Store
# Windows
Thumbs.db
Desktop.ini
# =============================================================================
# Logs
# =============================================================================
*.log
logs/
# =============================================================================
# Node Modules
# =============================================================================
node_modules/