Skip to content

Commit

Permalink
整合gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kirito0206 committed Mar 31, 2021
1 parent 77f37a8 commit 5b037f8
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 48 deletions.
47 changes: 0 additions & 47 deletions .gitignore

This file was deleted.

49 changes: 49 additions & 0 deletions 051805124&221801414/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,50 @@
/.metadata/
/build/

*.class

*.log
*.lock
*.txt


target/

# idea
.idea/
*.iml

### IntelliJ IDEA ###
*.iml
*.ipr
*.iws
.idea
.classpath
.project
.settings/
bin/

*.log
tmp/

*.zip
*.class
*.exe
*.project
*.jar
*.txt

051805124&221801414/PairProject/.classpath
051805124&221801414/PairProject/.project
051805124&221801414/PairProject/.settings/.jsdtscope
051805124&221801414/PairProject/.settings/org.eclipse.jdt.core.prefs
051805124&221801414/PairProject/.settings/org.eclipse.wst.common.component
051805124&221801414/PairProject/.settings/org.eclipse.wst.common.project.facet.core.xml
051805124&221801414/PairProject/.settings/org.eclipse.wst.jsdt.ui.superType.name
051805124&221801414/PairProject/.settings/org.eclipse.wst.jsdt.ui.superType.container
051805124&221801414/PairProject/src/main/webapp/META-INF/MANIFEST.MF
*.jar
*.exe
*.class
051805124&221801414/Servers/*
*.js
1 change: 0 additions & 1 deletion 051805124&221801414/PairProject/.gitignore

This file was deleted.

0 comments on commit 5b037f8

Please sign in to comment.