Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
deipss committed Dec 5, 2023
1 parent d11090b commit 9120457
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/command/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,52 @@ git remote set-url origin https://gitee.com/xx/xx.git [新地址]
git log

```


# ignore

## eg.1

```ignorelang
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.DS_Store
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
**/.flattened-pom.xml
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
*.log
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
/logs
### VS Code ###
.vscode/
logs/
*.versionsBackup
```

0 comments on commit 9120457

Please sign in to comment.