mirror of
https://github.com/documize/community.git
synced 2025-08-08 06:55:28 +02:00
more dot files
This commit is contained in:
parent
1a5bb9297c
commit
1154c5bac6
4 changed files with 33 additions and 0 deletions
3
.dockerignore
Normal file
3
.dockerignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.DS_Store
|
||||||
|
.git
|
||||||
|
bin
|
16
.jsbeautifyrc
Normal file
16
.jsbeautifyrc
Normal 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
4
.jshintignore
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
app/public/tinymce/**
|
||||||
|
app/public/tinymce/
|
||||||
|
app/public/tinymce
|
||||||
|
|
10
.vscodeignore
Normal file
10
.vscodeignore
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
dist/**
|
||||||
|
tmp/**
|
||||||
|
build/**
|
||||||
|
cache/**
|
||||||
|
node_modules/**
|
||||||
|
bower_components/**
|
||||||
|
.sass-cache/**
|
||||||
|
connect.lock/**
|
||||||
|
coverage/*/**
|
||||||
|
libpeerconnection.log
|
Loading…
Add table
Add a link
Reference in a new issue