Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZeMKI
Mesort
Commits
c4364647
Commit
c4364647
authored
Mar 31, 2020
by
ZeMKI
Browse files
Exclude language folders on commit
parent
7e1d86fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
c4364647
...
...
@@ -29,3 +29,4 @@ package.json
.idea/
/resources/lang/
.idea/mesort.iml
View file @
c4364647
...
...
@@ -21,6 +21,7 @@
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/dompdf/dompdf"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/dragonmantank/cron-expression"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/egulias/email-validator"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/erusev/parsedown"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/facade/flare-client-php"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/facade/ignition"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/facade/ignition-contracts"
/>
...
...
@@ -62,6 +63,7 @@
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/object-calisthenics/phpcs-calisthenics-rules"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/opis/closure"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/paragonie/random_compat"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/parsedown/laravel"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/phar-io/manifest"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/phar-io/version"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/phenx/php-font-lib"
/>
...
...
.idea/php.xml
View file @
c4364647
...
...
@@ -155,6 +155,8 @@
<path
value=
"$PROJECT_DIR$/vendor/doctrine/cache"
/>
<path
value=
"$PROJECT_DIR$/vendor/mpociot/laravel-test-factory-helper"
/>
<path
value=
"$PROJECT_DIR$/vendor/jasonmccreary/laravel-test-assertions"
/>
<path
value=
"$PROJECT_DIR$/vendor/parsedown/laravel"
/>
<path
value=
"$PROJECT_DIR$/vendor/erusev/parsedown"
/>
</include_path>
</component>
<component
name=
"PhpProjectSharedConfiguration"
php_language_level=
"7.2"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment