forked from fineanmol/Hacktoberfest2026
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (48 loc) · 610 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (48 loc) · 610 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
53
54
55
56
57
58
59
60
61
62
# IntelliJ IDEA files
*.iml
.idea/
.idea/*
# macOS specific files
.DS_Store
# Git directory
.git/
# Visual Studio files
.vs/
.vscode/
# Log files
*.log
# Temporary files
*.tmp
*.temp
# Node.js dependencies
node_modules/
# Python compiled files
__pycache__/
*.py[cod]
# Coverage reports
coverage/
*.cover
*.coverage
*.coveragerc
# Build directories
dist/
build/
# Environment variables
.env
.env.local
.env.*.local
# Compiled binary files
*.out
*.exe
*.dll
*.so
*.dylib
# Backup files
*.bak
*.swp
*~
# Package-lock and yarn files
package-lock.json
yarn.lock
# GitHub specific directories
.github/