diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 09:57:26 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 09:57:26 +0200 |
| commit | 909e951165b1bf3289c7add031b9cebef94191ef (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 | |
| parent | 09596c3c5a6a2a44675f170106bb38746229e02a (diff) | |
Remove .gitignore
| -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 |
