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
# Development
/dev
DIRECTIVE.md
# Rust/Cargo Build Artifacts
/target/
**/*.rs.bk
# Dependencies
/node_modules/
/vendor/
# Editor & OS Junk
/.vscode
.DS_Store
.Spotlight-V100
.Trash-*
.Trashes
.directory
.LSOverride
.AppleDouble
Desktop.ini
ehthumbs.db
Thumbs.db
$RECYCLE.BIN/
# Environment & Secrets
.env
/config/
storage/*.key
Homestead.yaml
Homestead.json
/config.json
# Sublime Text & Other IDEs
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
._*