11
This commit is contained in:
33
.cursorignore
Normal file
33
.cursorignore
Normal file
@@ -0,0 +1,33 @@
|
||||
# 二进制文件
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.bin
|
||||
*.dat
|
||||
*.o
|
||||
*.a
|
||||
*.class
|
||||
|
||||
# 图片
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.gif
|
||||
*.webp
|
||||
*.ico
|
||||
|
||||
# 压缩包
|
||||
*.zip
|
||||
*.7z
|
||||
*.rar
|
||||
*.tar
|
||||
*.gz
|
||||
*.pyd
|
||||
# node_modules
|
||||
node_modules/
|
||||
|
||||
# build
|
||||
dist/
|
||||
build/
|
||||
target/
|
||||
Reference in New Issue
Block a user