File tree Expand file tree Collapse file tree 1 file changed +25
-13
lines changed
Expand file tree Collapse file tree 1 file changed +25
-13
lines changed Original file line number Diff line number Diff line change 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
616web /app /composer.json
@@ -9,20 +19,22 @@ web/app/vendor/
919web /app /doc /
1020web /app /report /
1121data /
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
2835etc /ssl /
36+
37+ # Temporary files
38+ * .log
39+ * .cache
40+ * .tmp
You can’t perform that action at this time.
0 commit comments