Skip to content

Commit 8910420

Browse files
authored
Modify .gitignore
Ignore all files in .vscode/ and .idea/ Co-authored-by: Dennis Traub <traubd@amazon.de>
1 parent 8ea4fdc commit 8910420

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.gitignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ hs_err_pid*
2929
replay_pid*
3030

3131
### IntelliJ IDEA ###
32-
.idea/modules.xml
33-
.idea/jarRepositories.xml
34-
.idea/compiler.xml
35-
.idea/libraries/
32+
.idea/*
3633
*.iws
3734
*.iml
3835
*.ipr
@@ -58,11 +55,6 @@ build/
5855

5956
### VS Code ###
6057
.vscode/*
61-
!.vscode/settings.json
62-
!.vscode/tasks.json
63-
!.vscode/launch.json
64-
!.vscode/extensions.json
65-
!.vscode/*.code-snippets
6658
.history/
6759
*.vsix
6860

0 commit comments

Comments
 (0)