Kaynağa Gözat

gitignore: change file according to alternation of project structure

luojia65 2 yıl önce
ebeveyn
işleme
cf5af1439c
1 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. 5 3
      .gitignore

+ 5 - 3
.gitignore

@@ -1,7 +1,9 @@
+# Cargo build path and library exclusions
 /target
-/.idea
-/platform/*/.idea
-/rustsbi/.idea
 Cargo.lock
 
+# IntelliJ IDEA directory
+/.idea
+
+# Mac OS X hidden files
 .DS_Store