diff options
author | pacien | 2018-10-10 02:50:40 +0200 |
---|---|---|
committer | pacien | 2018-10-10 02:50:40 +0200 |
commit | a3807bf0fbc406dc336c8a07e4d4426a510c7249 (patch) | |
tree | 1f2990b621025bc5b35d44880bf1f685466cb7b8 /.gitignore | |
parent | a0beb9d8a9e67cbdd95492b1e118c794ce442819 (diff) | |
download | jacoco-viewer-a3807bf0fbc406dc336c8a07e4d4426a510c7249.tar.gz |
Bootstrap React app
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f491785 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,21 @@ | |||
1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
2 | |||
3 | # dependencies | ||
4 | /node_modules | ||
5 | |||
6 | # testing | ||
7 | /coverage | ||
8 | |||
9 | # production | ||
10 | /build | ||
11 | |||
12 | # misc | ||
13 | .DS_Store | ||
14 | .env.local | ||
15 | .env.development.local | ||
16 | .env.test.local | ||
17 | .env.production.local | ||
18 | |||
19 | npm-debug.log* | ||
20 | yarn-debug.log* | ||
21 | yarn-error.log* | ||