diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..4593a1a5 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +.DS_Store +.git +bin diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 00000000..eed9b200 --- /dev/null +++ b/.jsbeautifyrc @@ -0,0 +1,16 @@ +{ + "indent_size": 4, + "indent_char": " ", + "preserve_newlines": true, + "css": + { + "indent_size": 4, + "allowed_file_extensions": ["css", "scss", "sass", "less"] + }, + + "html": + { + "allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", ".hbs"] + } + +} \ No newline at end of file diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 00000000..829f7a71 --- /dev/null +++ b/.jshintignore @@ -0,0 +1,4 @@ +app/public/tinymce/** +app/public/tinymce/ +app/public/tinymce + diff --git a/.vscodeignore b/.vscodeignore new file mode 100644 index 00000000..5f5fbfe7 --- /dev/null +++ b/.vscodeignore @@ -0,0 +1,10 @@ +dist/** +tmp/** +build/** +cache/** +node_modules/** +bower_components/** +.sass-cache/** +connect.lock/** +coverage/*/** +libpeerconnection.log \ No newline at end of file