Skip to content

Commit

Permalink
Make .gitignore more clear (#6509)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooo-create committed Mar 4, 2024
1 parent d6e13c0 commit 56dec13
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# IDE settings
*.DS_Store
.vscode/
/doc/fluid/menu.zh.json
/doc/fluid/menu.en.json
.idea
build
.vscode
output/
.idea

# virtualenv
venv/
ENV/

# Compiled Python files
__pycache__/

*.pyc
# Build and output directories
build
output/

0 comments on commit 56dec13

Please sign in to comment.