Skip to content

Commit fbd3c6f

Browse files
Simplify gitignore
1 parent 7937e76 commit fbd3c6f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.gitignore

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
### JetBrains ###
2-
.idea
32
out/
43
*.iml
54

@@ -120,9 +119,6 @@ acs-*.bib
120119
*.slo
121120
*.sls
122121

123-
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
124-
# *.ist
125-
126122
# gnuplot
127123
*.gnuplot
128124
*.table
@@ -471,14 +467,6 @@ cython_debug/
471467
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
472468
#.idea/
473469

474-
### VisualStudioCode ###
475-
.vscode/*
476-
!.vscode/settings.json
477-
!.vscode/tasks.json
478-
!.vscode/launch.json
479-
!.vscode/extensions.json
480-
!.vscode/*.code-snippets
481-
482470
# Local History for Visual Studio Code
483471
.history/
484472

@@ -498,7 +486,7 @@ cython_debug/
498486

499487
# Custom exclusions
500488
*.lop
501-
.idea/kubernetes-settings.xml
502489
config.override.yml
503490

504491
.vscode
492+
.idea

0 commit comments

Comments
 (0)