apitest_unittest/.gitignore

25 lines
421 B
Plaintext
Raw Normal View History

2023-03-20 11:14:05 +08:00
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
# Other files and folders
.settings/
2023-08-01 09:47:29 +08:00
/.vscode
OutPut/reports
OutPut/log
2023-03-20 11:14:05 +08:00
# Executables
*.swf
*.air
*.ipa
*.apk
2023-08-01 09:47:29 +08:00
*.log
*.xhtml
*.xml
.idea
2023-08-01 10:34:19 +08:00
__pycache__
2023-03-20 11:14:05 +08:00
# 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.