Sign in
b2c
/
gateway
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0c6c97f8b49cb1d0067b53ca5b0e2b4b43145f34
Authored by
Jiang
2017-01-09 14:39:50 +0800
1 parent
63e8b057
排除eclipse配置文件
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
.gitignore
.gitignore
0 → 100644
View file @
0c6c97f
1
+*.iml
2
+.idea
3
+.classpath
4
+*/target/
5
+*/webapp/WEB-INF/classes
6
+*/webapp/WEB-INF/lib
7
+*.MF
8
+**/WEB-INF/classes/
9
+**/WEB-INF/lib
10
+**/.settings/
11
+**/.classpath
12
+**/.project
0
13
\ No newline at end of file
...
...