BJ_web_developers
/
jy_parkingOS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
94c1687f1089890356b2bd20b0bfc0ddea7e6875
Authored by
chenbiao
2022-05-12 10:21:50 +0800
1 parent
36884ffd
add gitignore
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
.gitignore
.gitignore
View file @
94c1687
...
...
@@ -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
...
...