-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·226 lines (176 loc) · 5.04 KB
/
Copy path.gitignore
File metadata and controls
executable file
·226 lines (176 loc) · 5.04 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# ----------------------------------------------------------------------------------------------------------------------
# Git - gitignore
# ----------------------------------------------------------------------------------------------------------------------
.claude/tmp/
# ----------------------------------------------------------------------------------------------------------------------
# Directory - app
# ----------------------------------------------------------------------------------------------------------------------
# >>>> asset-mapper
app/assets/styles/app.tailwind.css
app/assets/vendor
app/bin/tailwindcss-linux-x64
# >>>> app/config
app/config/secrets/prod/prod.decrypt.private.php
app/config/jwt/*.pem
# >>>> app/migrations
app/migrations
# >>>> app/node_modules
app/node_modules
# >>>> app/public
app/public/assets
app/public/build
app/public/bundles
app/public/download
app/public/var
app/public/[0-9]
app/public/*.meta
app/public/*.meta.json
app/symfony.lock
# >>>> app/tests
app/tests
# >>>> app/var
app/var
# >>>> app/vendor
app/vendor
# ----------------------------------------------------------------------------------------------------------------------
# >>>> app/.env.*.local
app/.env.local
app/.env.local.php
app/.env.*.local
# >>>> app/composer
app/composer.phar
app/composer.lock
# >>>> app/package
app/package.tar
app/package-lock.json
# >>>> app/node_modules
app/npm-debug.log
app/yarn-error.log
# >>>> app/phpunit.*
app/phpunit.xml
app/.phpunit
app/.phpunit.result.cache
# >>>> app/phpstan
app/phpstan.neon
# >>>> app/php-cs-fixer/shim
app/.php-cs-fixer.php
app/.php-cs-fixer.cache
app/.phpunit.cache/
# >>>> app/PHP - phing
app/phing-latest.phar
# >>>> app/*.log
app/*.log
# >>>> app/*.json
app/webpack-stats.json
# >>>> app/performance
app/[0-9]
app/*.meta
app/*.meta.json
# ----------------------------------------------------------------------------------------------------------------------
# Directory - diagram
# ----------------------------------------------------------------------------------------------------------------------
# >>>> Draw.io
.*.drawio.dtmp
.$*.drawio.bkp
# ----------------------------------------------------------------------------------------------------------------------
# Directory - scripts
# ----------------------------------------------------------------------------------------------------------------------
# >>>> PHP - Local ENV files
./.env.local
./.env.local.php
./.env.*.local
# >>>> PHP - Composer
./composer.phar
./composer.lock
# >>>> PHP - Package
./package.tar
./package.json
./package-lock.json
# >>>> PHP - node_modules
npm-debug.log
yarn-error.log
# >>>> PHP - phing-latest.phar
./phing-latest.phar
./tools/ide/phing-latest.phar
# >>>> PHP - PHP-CS-Fixer
./.php-cs-fixer.php
./.php-cs-fixer.cache
./.php-cs-fixer.dist.php
# >>>> PHP - PHPUnit
./tests/.phpunit.result.cache
.phpunit.result.cache
/phpunit.xml
# >>>> PHP - vendor
./vendor
# >>>> Docker - Desktop https://www.docker.com/products/docker-desktop/
./docker-compose.env
./docker-compose.yml
./docker-compose.*.env
./docker-compose.*.yml
./Dockerfile
# >>>> Python
./.venv
./venv
./var
# ----------------------------------------------------------------------------------------------------------------------
# Directory - tools - IDE - PhpStorm
# ----------------------------------------------------------------------------------------------------------------------
# >>>> IDE - PhpStorm https://www.jetbrains.com/phpstorm/
# Project
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Cache
.idea/$CACHE_FILE$
.idea/**/contentModel.xml
# Database
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# HTTP Client
.idea/httpRequests/
# Libraries
.idea/**/gradle.xml
.idea/**/libraries/
# Symfony - Meta
.phpstorm.meta.php/
_ide_helper.php
_ide_helper_models.php
# Symfony - PHPUnit
.idea/phpunit.xml
.idea/php.xml
# Plugin - AWS, Azure, Mongo
.idea/**/aws.xml
.idea/**/azureSettings.xml
.idea/**/mongoSettings.xml
.idea_modules
.idea/replstate.xml
.idea/sonarlint/
.idea/**/sonarlint/
.idea/**/sonarIssues.xml
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator-enh.xml
.idea/**/markdown-navigator/
.idea/codestream.xml
# Etc...
.idea/**/vcs.xml
# ----------------------------------------------------------------------------------------------------------------------
# Directory - tools - IDE - VSCode
# ----------------------------------------------------------------------------------------------------------------------
# >>>> IDE - Visual Studio Code https://code.visualstudio.com
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history
.ionide
# Built Visual Studio Code Extensions
*.vsix