Skip to content

Commit

Permalink
Update .gitignore to ignore IntelliJ IDEA and Visual Studio Code files
Browse files Browse the repository at this point in the history
  • Loading branch information
scroix authored Apr 6, 2024
1 parent 15ade0e commit ff08b94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ nodel-webui-js/src/dark/theme.less
nodel-webui-js/src/light/theme.less
nodel-webui-js/.ftppass
nodel-webui-js/sftpCache.json

# IntelliJ IDEA
.idea/
*.iml
out/

# Visual Studio Code
.vscode/
*.code-workspace

0 comments on commit ff08b94

Please sign in to comment.