Sfoglia il codice sorgente

gitignore: change file according to alternation of project structure

luojia65 2 anni fa
parent
commit
cf5af1439c
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  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