Browse Source

gitignore: change file according to alternation of project structure

luojia65 2 năm trước cách đây
mục cha
commit
cf5af1439c
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  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