Skip to content

Commit

Permalink
update .gitignore file 🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
onemsg committed Jan 17, 2021
1 parent 8659768 commit fd80a9f
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
#
# Visual Studio Code
#
.settings/
.classpath
.project
.vscode
**/.settings/
**/.classpath
**/.project
**/.vscode
**/.factorypath

#
# maven
#
target

#
# simple-shorturl-service
# maven
#
# simple-shorturl-service/target
# simple-shorturl-service/.vscode
**/target

0 comments on commit fd80a9f

Please sign in to comment.