Skip to content

Commit

Permalink
Keep the empty directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Jul 13, 2019
1 parent 890fbf5 commit 0b28753
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/target
**/*.rs.bk
/.idea
/assets/syntaxes
/assets/themes
/.idea
4 changes: 4 additions & 0 deletions assets/syntaxes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
5 changes: 5 additions & 0 deletions assets/themes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
!Dracula.tmTheme

0 comments on commit 0b28753

Please sign in to comment.