Proposal to remove generated code from being versioned (#89)
* Ignore changes made to index.html by creating a sample file * Ignore generated files * Use the correct order for the dev deps * Copy "index.html" when necessary Since we won't want to version generated code. * fixup! Ignore generated files
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
lib/
|
||||
bundle.js
|
||||
index.html
|
Reference in New Issue
Block a user