-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 687 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (37 loc) · 687 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
# Local environment and secrets
.env
.env.*
!.env.example
# Logs, caches, backups, and generated files
*.log
*.tmp
*.temp
*.bak
*.backup
cache/
tmp/
temp/
logs/
backups/
# Local development and editor files
.idea/
.vscode/
*.swp
Thumbs.db
.DS_Store
# Dependency/build output if introduced later
vendor/
node_modules/
dist/
build/
# Runtime frontend vendor assets are checked in; PHP Composer vendor remains ignored.
!assets/vendor/
!assets/vendor/bootstrap/
!assets/vendor/bootstrap/*
# Checked-in production CSS generated by `npm run build:css`.
!dist/
!dist/css/
!dist/css/*.min.css
# Checked-in production JavaScript generated by `npm run build:js`.
!dist/js/
!dist/js/*.min.js