Skip to content

Commit

Permalink
Update .gitignore & fix ServiceExtension directory (#9)
Browse files Browse the repository at this point in the history
* add '.vscode' to .gitignore

* mv ServiceExtension file into META-INF/serices

* add DS_STORE to .gitignore
  • Loading branch information
DominikPinsel authored Mar 30, 2022
1 parent 95377b2 commit fdb35f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.vscode/**

# Macbooks
**/.DS_STORE

# Generated files
.idea/**/contentModel.xml
Expand Down

0 comments on commit fdb35f9

Please sign in to comment.