Skip to content

Commit

Permalink
repo: Update gitignore/ignore settings
Browse files Browse the repository at this point in the history
* Let VSCode recognize plugin source files while keeping them still
  ignored by the root git.
  • Loading branch information
achimnol committed Jun 8, 2022
1 parent d38ae45 commit 2e7dfb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# This directory is reserved for cloning plugin repositories.
/*
!.gitignore
!README.md
/*/
1 change: 1 addition & 0 deletions plugins/.ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!/*/

0 comments on commit 2e7dfb8

Please sign in to comment.