Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .browserslistrc

This file was deleted.

1 change: 0 additions & 1 deletion .env

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

143 changes: 0 additions & 143 deletions .eslintrc.json

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/dist.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/main.yml

This file was deleted.

40 changes: 7 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,8 @@
node_modules/
dist/
out/
release-builds/
.turbo/
coverage/
*.log
.DS_Store
/node_modules
/bower_components
/platforms
/coverage
/release-builds
/www
/.idea
/docs-build
/plugins

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
build.json

*.zip
plugins/**/*.pbxproj
Icon^M^M

.devserver
config.xml.original
chromedriver.log

# Xcode (Cordova plugin)
xcuserdata/
IDEWorkspaceChecks.plist

# Ignore protocol template used for schema generation
src/schemas/abstract-protocol.json

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Loading