summaryrefslogtreecommitdiffstats
path: root/server/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'server/.gitignore')
-rw-r--r--server/.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/server/.gitignore b/server/.gitignore
new file mode 100644
index 0000000..251d1ad
--- /dev/null
+++ b/server/.gitignore
@@ -0,0 +1,23 @@
+/bin/fullchain.pem
+/bin/privkey.pem
+
+/config/*
+!/config/*.template.json
+
+.DS_Store
+node_modules/
+/public/
+/tftp/
+/ipxe/ipxe/
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.eslintrc.js