summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-06-19 19:43:32 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-06-19 19:57:10 +0200
commit811b6cf9981d7b778f7643fbbb10c548927560f5 (patch)
tree325cf73e1074e396e48d4a7a274d1072c900456f /.gitignore
parent6b19e7a19013db1c344832f0dc12a143071e4188 (diff)
Set up compilation to JavaScript using Opal
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 23f8e8c..7039ac3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,12 @@
/.yardoc/
/coverage/
/doc/
+/js/
/pkg/
/tmp/
+node_modules/
Gemfile.lock
+package-lock.json
*.bundle
*.gem
+*.log