diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..28aa7add --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# NPM dependencies +node_modules/ + +# Generated assets +build/ + +# TypeScript specific file +src/scripts/.baseDir.ts + +# TypeScript definitions +typings/ + +# Yarn lockfile +yarn.lock
\ No newline at end of file |
