phonon
Version:
Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.
43 lines (36 loc) • 394 B
Plain Text
# Exclude some files from .gitignore
.*
!.gitignore
!.gitmodules
!.htaccess
!.gitkeep
!.editorconfig
!.env.example
!.gitattributes
!.babelrc
!.eslintignore
!.eslintrc
!.sass-lint.yml
!.travis.yml
coverage
# OS
__*
*.bak
*.lnk
.DS_Store
Thumbs.db
.Trash-*
*.log
# IDE
*~
*.sublime-project
.idea
.vscode
*.swo
*.swp
# Npm
node_modules
# Typescript
.rpt2_cache
# Local tests
test/local/**/*