-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
96 lines (83 loc) · 1014 Bytes
/
.gitignore
File metadata and controls
96 lines (83 loc) · 1014 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
########################
# OS / Filesystem
########################
# Linux
*~
~*
.nfs*
*.swp
.fuse_hidden*
.directory
.Trash-*
# macOS
.DS_Store
__MACOSX
._*
# Windows
Thumbs.db
Desktop.ini
*.msi
*.lnk
########################
# Editors / IDEs
########################
# VSCode
.vscode/
# JetBrains
.idea/
# Vim
*.swp
*.swo
*~
########################
# Build / Output
########################
# Generic build outputs
build/
dist/
out/
output/
# Compiled objects / binaries
*.o
*.obj
*.exe
*.out
*.app
*.dll
*.so
*.dylib
*.a
*.lib
########################
# Temp / Cache
########################
# Temp files
.tmp
.temp
tmp
temp
*.tmp
temp.*
# Logs
*.log
########################
# Environment / Secrets
########################
.env
.env.*
!.env.example
########################
# Archives
########################
*.zip
*.tar
*.tar.gz
*.7z
########################
# Custom
########################
# Project/language specific stuff here as needed
# Python
__pycache__/
# SSH Keys
automation/keys/