This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
mpp-tool
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gitignore
master
Florian Eisenmenger
2 years ago
parent
5f5d7e8a5f
commit
b287b8be48
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
httpdocs/.gitignore
+2
-1
httpdocs/composer.json
+ 3
- 1
httpdocs/.gitignore
View File
@@ -15,4 +15,6 @@
/phpunit.xml
###< symfony/phpunit-bridge ###
/public/assets/scss/.sass-cache
/public/assets/scss/.sass-cache
.idea/
+ 2
- 1
httpdocs/composer.json
View File
@@ -63,7 +63,8 @@
},
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
"symfony/flex": true,
"composer/package-versions-deprecated": true
}
},
"autoload": {
Write
Preview
Loading…
Cancel
Save