summaryrefslogtreecommitdiffstats
path: root/server/.eslintignore
diff options
context:
space:
mode:
authorJannik Schönartz2019-03-15 15:59:52 +0100
committerJannik Schönartz2019-03-15 15:59:52 +0100
commit07639fbbc1440d8224365a5c0b0ae697989cd0fb (patch)
treeffd523301d993f462dbfdb7c89e84aebf0f65fff /server/.eslintignore
parent[external-backeds] Big idoit rework, to match the updated api (diff)
downloadbas-07639fbbc1440d8224365a5c0b0ae697989cd0fb.tar.gz
bas-07639fbbc1440d8224365a5c0b0ae697989cd0fb.tar.xz
bas-07639fbbc1440d8224365a5c0b0ae697989cd0fb.zip
[server/registration] Add log to the first registration.
Diffstat (limited to 'server/.eslintignore')
-rw-r--r--server/.eslintignore25
1 files changed, 25 insertions, 0 deletions
diff --git a/server/.eslintignore b/server/.eslintignore
new file mode 100644
index 0000000..66af4f4
--- /dev/null
+++ b/server/.eslintignore
@@ -0,0 +1,25 @@
+/bin/fullchain.pem
+/bin/privkey.pem
+
+/config/*
+!/config/*.template.json
+
+/ipxe/ipxe_*
+/ipxe/log_*
+
+.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 \ No newline at end of file