Skip to content

Commit 8d76bf0

Browse files
authored
chore(git): ignore .idea paraphernalia (#81)
1 parent 35e214f commit 8d76bf0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
.git
33
.github
44

5+
# editor and IDE paraphernalia
6+
.idea
7+
58
# misc
69
*.md
710
*.sh

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
1+
# editor and IDE paraphernalia
2+
.idea

0 commit comments

Comments
 (0)