add dot files

This commit is contained in:
Girish Ramakrishnan
2018-01-22 17:44:51 -08:00
parent 13e4ceff44
commit 4388aee70d
3 changed files with 24 additions and 0 deletions

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# following files are skipped when exporting using git archive
test export-ignore
docs export-ignore
.gitattributes export-ignore
.gitignore export-ignore

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
node_modules/
coverage/
webadmin/dist/
setup/splash/website/
installer/src/certs/server.key
# vim swap files
*.swp

8
.jshintrc Normal file
View File

@@ -0,0 +1,8 @@
{
"node": true,
"browser": true,
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$" ],
"esnext": true
}