Update Semantic
Fixes #40,#24
This commit is contained in:
parent
1715f27f44
commit
2027b94179
621 changed files with 172488 additions and 15939 deletions
36
web/semantic/.gitignore
vendored
Normal file
36
web/semantic/.gitignore
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
node_modules/
|
||||
test/coverage/
|
||||
coverage/
|
||||
src/**/site/
|
||||
theme.config
|
||||
semantic.json
|
||||
tasks/**/oauth.js
|
||||
|
||||
# Numerous always-ignore extensions
|
||||
*.diff
|
||||
*.err
|
||||
*.orig
|
||||
*.log
|
||||
*.rej
|
||||
*.swo
|
||||
*.swp
|
||||
*.zip
|
||||
*.vi
|
||||
*~
|
||||
*.sass-cache
|
||||
*.ruby-version
|
||||
|
||||
# OS or Editor folders
|
||||
.DS_Store
|
||||
._*
|
||||
Thumbs.db
|
||||
.cache
|
||||
.project
|
||||
.settings
|
||||
.tmproj
|
||||
.docpad.db
|
||||
*.esproj
|
||||
nbproject
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.build*
|
Reference in a new issue