diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..abaa1d0 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | # OS | ||
| 2 | .DS_Store | ||
| 3 | Thumbs.db | ||
| 4 | |||
| 5 | # IDEs | ||
| 6 | .buildpath | ||
| 7 | .project | ||
| 8 | .settings/ | ||
| 9 | .build/ | ||
| 10 | .idea/ | ||
| 11 | public/ | ||
| 12 | nbproject/ | ||
| 13 | |||
| 14 | # Vagrant | ||
| 15 | .vagrant/ | ||
| 16 | |||
| 17 | # FE Setup | ||
| 18 | .bin/node_modules/ | ||
| 19 | /node_modules/ | ||
| 20 | src/node_modules/ | ||
| 21 | exampleSite/node_modules/ | ||
| 22 | src/npm-debug.log.* | ||
| 23 | npm-debug.log | ||
| 24 | /npm-debug.log* | ||
| 25 | /dist/ | ||
| 26 | /src/client.config.json | ||
| 27 | /styleguide/ | ||
| 28 | /docs/ | ||
| 29 | |||
| 30 | /junit.xml | ||
| 31 | partials/structure/stylesheet.html | ||
| 32 | |||
| 33 | # Hugo | ||
| 34 | .hugo_build.lock \ No newline at end of file | ||
