鸿蒙应用测试
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Build and Release Folders
|
||||
bin-debug/
|
||||
bin-release/
|
||||
[Oo]bj/
|
||||
[Bb]in/
|
||||
|
||||
# Other files and folders
|
||||
.settings/
|
||||
__pycache__
|
||||
# Executables
|
||||
*.swf
|
||||
*.air
|
||||
*.ipa
|
||||
*.apk
|
||||
*.log
|
||||
logs/
|
||||
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
||||
# should NOT be excluded as they contain compiler settings and other important
|
||||
# information for Eclipse / Flash Builder.
|
||||
|
||||
|
||||
# 忽略名为__pycache__的目录及其所有内容
|
||||
.venv
|
||||
.venv/
|
||||
.venv/*
|
||||
.git/*
|
||||
.idea/*
|
||||
# pyinstaller打包目录
|
||||
build
|
||||
dist
|
||||
*.spec
|
||||
Reference in New Issue
Block a user