aurelia-ui-toolkits / cm-bridges

Aurelia Contact Manager tutorial using KendoUI, Materialize and Syncfusion bridge
MIT License
0 stars 2 forks source link

Materialize version of the Contact manager sample leaves "junk" after building it #4

Open adriatic opened 7 years ago

adriatic commented 7 years ago
λ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   scripts/app-bundle.js
        modified:   scripts/app-bundle.js.map
        modified:   scripts/materialize-bundle.js
        modified:   scripts/vendor-bundle.js

no changes added to commit (use "git add" and/or "git commit -a")

These modified files should likely be added to .gitignore

Thanood commented 7 years ago

Done: https://github.com/aurelia-ui-toolkits/cm-bridges/pull/5/commits/b4043afe9b8c21b864791d4b2723d755e985ddee

Thanood commented 7 years ago

Well, except *.js.map..

Thanood commented 7 years ago

https://github.com/aurelia-ui-toolkits/cm-bridges/pull/6 😃

I would love to remove them now from git but I don't know how that works since they are now kind of "indexed" and everytime these files change, they want to be committed.