summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintignore2
-rw-r--r--.gitignore4
-rw-r--r--.htmlvalidateignore2
-rw-r--r--.stylelintignore2
4 files changed, 8 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 00000000..572c354a
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1,2 @@
+node_modules/
+builds/ \ No newline at end of file
diff --git a/.gitignore b/.gitignore
index cb899753..ab07d570 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-node_modules
-builds
+node_modules/
+builds/
.DS_Store
diff --git a/.htmlvalidateignore b/.htmlvalidateignore
new file mode 100644
index 00000000..572c354a
--- /dev/null
+++ b/.htmlvalidateignore
@@ -0,0 +1,2 @@
+node_modules/
+builds/ \ No newline at end of file
diff --git a/.stylelintignore b/.stylelintignore
new file mode 100644
index 00000000..572c354a
--- /dev/null
+++ b/.stylelintignore
@@ -0,0 +1,2 @@
+node_modules/
+builds/ \ No newline at end of file