aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-01-30 22:16:34 -0500
committerZach Berwaldt <zberwaldt@tutamail.com>2023-01-30 22:16:34 -0500
commit0e39b5cd5bd26d408355e01d46c356d093befe1c (patch)
treee613c63b16897b0bd7c48c26abd985c4ebdd78ad /.gitignore
first commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
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
3Thumbs.db
4
5# IDEs
6.buildpath
7.project
8.settings/
9.build/
10.idea/
11public/
12nbproject/
13
14# Vagrant
15.vagrant/
16
17# FE Setup
18.bin/node_modules/
19/node_modules/
20src/node_modules/
21exampleSite/node_modules/
22src/npm-debug.log.*
23npm-debug.log
24/npm-debug.log*
25/dist/
26/src/client.config.json
27/styleguide/
28/docs/
29
30/junit.xml
31partials/structure/stylesheet.html
32
33# Hugo
34.hugo_build.lock \ No newline at end of file