Skip to content

Commit f7d9190

Browse files
committed
chore: modernize .gitignore file while preserving existing patterns
1 parent a6e8d55 commit f7d9190

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

.gitignore

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# Global
1+
# Global system files
22
.*.swp
33
.DS_Store
4+
Thumbs.db
5+
6+
# IDE specific
7+
# PHPStorm
8+
.idea/**/workspace.xml
9+
.idea/**/tasks.xml
10+
.idea/dictionaries
11+
12+
# VSCode
13+
.vscode/
414

515
# Application
616
web/app/composer.json
@@ -9,20 +19,22 @@ web/app/vendor/
919
web/app/doc/
1020
web/app/report/
1121
data/
22+
.phpdoc/
1223

13-
# PHPStorm
14-
.idea/**/workspace.xml
15-
.idea/**/tasks.xml
16-
.idea/dictionaries
24+
# Framework directories
25+
/web/symfony-app/
26+
/web/laravel-app/
1727

18-
# Netbeans
19-
nbproject/
20-
/nbproject/
21-
/nbproject/private/
22-
/nbproject/private/private.properties
28+
# Generated files
29+
etc/nginx/default.conf
2330

24-
# VSCode
25-
.vscode/
31+
# Docker volumes
32+
mysql_data/
2633

27-
# SSL Certs
34+
# SSL Certificates
2835
etc/ssl/
36+
37+
# Temporary files
38+
*.log
39+
*.cache
40+
*.tmp

0 commit comments

Comments
 (0)