Skip to content

Commit

Permalink
cleaning up config files
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Dec 21, 2022
1 parent e86200c commit 90e7eb9
Show file tree
Hide file tree
Showing 5 changed files with 41,914 additions and 17 deletions.
18 changes: 6 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
/node_modules
/public/js/app.js.LICENSE.txt
/vendor
/coverage
/.idea
/.vscode
jsconfig.json
npm-debug.log
yarn-error.log
Thumbs.db
node_modules
vendor
coverage
.idea
*.log
.DS_Store
phpunit.xml
.phpunit.result.cache
.phpunit.result.cache
1,953 changes: 1,952 additions & 1 deletion public/css/app.css

Large diffs are not rendered by default.

39,940 changes: 39,938 additions & 2 deletions public/js/app.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions public/js/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*!
* vuex v4.1.0
* (c) 2022 Evan You
* @license MIT
*/

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=7ff27c2252a612836211f1606d3fca2b",
"/css/app.css": "/css/app.css?id=d6da42237104acc95c43ee3523763106"
"/js/app.js": "/js/app.js",
"/css/app.css": "/css/app.css"
}

0 comments on commit 90e7eb9

Please sign in to comment.