1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-07 22:45:24 +02:00

more dot files

This commit is contained in:
Harvey Kandola 2016-04-29 16:44:14 -07:00
parent 1a5bb9297c
commit 1154c5bac6
4 changed files with 33 additions and 0 deletions

3
.dockerignore Normal file
View file

@ -0,0 +1,3 @@
.DS_Store
.git
bin

16
.jsbeautifyrc Normal file
View file

@ -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"]
}
}

4
.jshintignore Normal file
View file

@ -0,0 +1,4 @@
app/public/tinymce/**
app/public/tinymce/
app/public/tinymce

10
.vscodeignore Normal file
View file

@ -0,0 +1,10 @@
dist/**
tmp/**
build/**
cache/**
node_modules/**
bower_components/**
.sass-cache/**
connect.lock/**
coverage/*/**
libpeerconnection.log