diff options
| -rw-r--r-- | .bowerrc | 3 | ||||
| -rw-r--r-- | .gitignore | 20 |
2 files changed, 0 insertions, 23 deletions
diff --git a/.bowerrc b/.bowerrc deleted file mode 100644 index 0bee623f..00000000 --- a/.bowerrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "directory": "build/bower_components" -}
\ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 11181e8c..00000000 --- a/.gitignore +++ /dev/null @@ -1,20 +0,0 @@ -# NPM dependencies -node_modules/ - -# Generated assets -build/ - -# TypeScript specific file -src/scripts/.baseDir.ts - -# TypeScript definitions -typings/ - -# Yarn lockfile -yarn.lock - -# WebStorm -.idea/ - -# Standard config file -config.json |
