添加派排除文件
This commit is contained in:
parent
9350437d0d
commit
e646d86004
42
.gitignore
vendored
42
.gitignore
vendored
|
|
@ -1,4 +1,40 @@
|
||||||
################################################################################
|
# IDE
|
||||||
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
.idea/
|
||||||
################################################################################
|
.vscode/
|
||||||
|
.config/
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# Visual Studio
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
Debug/
|
||||||
|
Release/
|
||||||
|
*.user
|
||||||
|
*.suo
|
||||||
|
*.sln.docstates
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
[Ww][Ii][Nn]32/
|
||||||
|
[Aa][Rr][Mm]/
|
||||||
|
[Aa][Rr][Mm]64/
|
||||||
|
|
||||||
|
# Node.js
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
dist/
|
||||||
|
.angular/
|
||||||
|
|
||||||
|
# Other
|
||||||
|
.settings/
|
||||||
|
*.swf
|
||||||
|
*.air
|
||||||
|
*.ipa
|
||||||
|
*.apk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user