Explorar el Código

gitignore: change file according to alternation of project structure

luojia65 hace 2 años
padre
commit
cf5af1439c
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  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