Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Add generated *.vsix file to .gitignore and editorconfig excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Dec 8, 2020
1 parent b29c4ae commit 5cbb6a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ out/
node_modules/
xtext-server/
package-lock.json

*.vsix
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ editorconfig {
'**/.*',
'gradlew*',
'**/out',
'**/node_modules'
'**/node_modules',
'**/*.vsix'
]
}

Expand Down

0 comments on commit 5cbb6a4

Please sign in to comment.