Skip to content

Commit

Permalink
feat: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed Apr 19, 2023
1 parent 918e2a3 commit 41e2ede
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 49 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Coverage Diff

on: [push, pull_request]
on:
push:
branches:
- master
pull_request: {}

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ fabric.properties

# Editor-based Rest Client
.idea/httpRequests
.vscode

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
Expand Down
44 changes: 0 additions & 44 deletions .vscode/launch.json

This file was deleted.

4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 41e2ede

Please sign in to comment.