Skip to content

Commit

Permalink
fix git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
LHG41278 committed Oct 7, 2023
1 parent 6ef23ff commit 02c3c34
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ lru_cache_test
/fe/fe-core/src/test/resources/real-help-resource.zip
/ui/dist

# ignore pom.xml
/**/pom.xml
/pom.xml
# repository
repository/*
**/repository

# thirdparties
**/thirdparties/

# ignore repository
*~/*
./**/'~'/
./**/repository/
repository/
# other
compile_commands.json
.nvim.lua

0 comments on commit 02c3c34

Please sign in to comment.