chore ignore compiled artifacts
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -2,6 +2,11 @@ build
|
||||
.build
|
||||
builds
|
||||
.builds
|
||||
bin
|
||||
out
|
||||
target
|
||||
release
|
||||
debug
|
||||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
@@ -23,6 +28,28 @@ tmp/
|
||||
# Windows 可执行文件不得进入仓库(Git 忽略规则区分大小写)。
|
||||
*.exe
|
||||
*.EXE
|
||||
*.dll
|
||||
*.DLL
|
||||
*.msi
|
||||
*.MSI
|
||||
|
||||
# 编译器、链接器与打包工具生成的二进制产物。
|
||||
*.so
|
||||
*.dylib
|
||||
*.a
|
||||
*.o
|
||||
*.obj
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
*.wasm
|
||||
*.test
|
||||
*.app
|
||||
*.ipa
|
||||
*.apk
|
||||
*.aab
|
||||
*.deb
|
||||
*.rpm
|
||||
caddy/bin/
|
||||
# apps-repository/
|
||||
scripts/fixtures/platform-demo-seed-result.json
|
||||
|
||||
Reference in New Issue
Block a user