Commit 94c1687f1089890356b2bd20b0bfc0ddea7e6875

Authored by chenbiao
1 parent 36884ffd

add gitignore

Showing 1 changed file with 3 additions and 0 deletions
.gitignore
... ... @@ -2,6 +2,7 @@
2 2 .project
3 3 jy_parkingOS.iml
4 4 .idea/misc.xml
  5 +.idea/modules.xml
5 6  
6 7 # Windows
7 8 [Dd]esktop.ini
... ... @@ -21,4 +22,6 @@ $RECYCLE.BIN/
21 22 # Node.js
22 23 node_modules/
23 24  
  25 +unpackage/
  26 +
24 27  
... ...