Skip to content

Commit

Permalink
misc upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ribizli committed Nov 26, 2022
1 parent e455179 commit 29a4fc4
Show file tree
Hide file tree
Showing 6 changed files with 1,166 additions and 1,962 deletions.
9 changes: 0 additions & 9 deletions .browserslistrc

This file was deleted.

13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

20 changes: 11 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,40 +1,42 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
# Compiled output
/dist
/tmp
/out-tsc
/bazel-out

# dependencies
# Node
/node_modules
npm-debug.log
yarn-error.log

# IDEs and editors
/.idea
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
# Miscellaneous
/.angular/cache
/.sass-cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
# System files
.DS_Store
Thumbs.db
Loading

0 comments on commit 29a4fc4

Please sign in to comment.