diff options
| author | Rubén Beltrán del Río <ben@nsovocal.com> | 2018-04-20 16:41:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-20 16:41:25 -0500 |
| commit | 11be5ebabcdab8272d938f7b90ef0ea9be29a421 (patch) | |
| tree | b8ee06be115b2bbc1a74185711c96ba334bfdab4 /.gitignore | |
| parent | 0ac89474ea22e706eb54c6ed4630a3337d438876 (diff) | |
Initial Project Setup (#2)
* 🔧 Add initial package.json
* 🔧 Add eslint config
* 🔧 Add assets target dir to gitignore
* 🔧 Add webpack config
* Add a contributing guide
* Add the wrapper application
* Add autogenerated docs
* Add travis config
* Add changelog
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,3 +57,7 @@ typings/ # dotenv environment variables file .env +.DS_Store + +# Generated assets +assets |