chore: Ignore external components container dir

The components will not be committed nor will they need versioning. Code
for the components is kept separately and is brought in at build time.

Signed-off-by: Adrian Oprea <adrian@oprea.rocks>
This commit is contained in:
Adrian Oprea 2018-01-16 10:58:51 +02:00
parent 8d6cbd8351
commit b64b71f9eb

1
.gitignore vendored
View file

@ -61,3 +61,4 @@ coverage
/public/packs
/node_modules
.DS_Store
app/javascript/src/componentLoader/components/*