mirror of https://github.com/ogoun/Zero.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
436 B
49 lines
436 B
6 years ago
|
# Bloody frontend
|
||
|
node_modules
|
||
|
bower_components
|
||
|
|
||
|
# VSCode
|
||
|
.vscode
|
||
|
|
||
|
# Ignore Visual Studio files
|
||
|
*.obj
|
||
|
*.pdb
|
||
|
*.user
|
||
|
*.aps
|
||
|
*.pch
|
||
|
*.vspscc
|
||
|
*_i.c
|
||
|
*_p.c
|
||
|
*.ncb
|
||
|
*.suo
|
||
|
*.tlb
|
||
|
*.cache
|
||
|
*.tlh
|
||
|
*.bak
|
||
|
*.cache
|
||
|
*.ilk
|
||
|
*.log
|
||
|
*.lib
|
||
|
*.sbr
|
||
|
*.scc
|
||
|
*.dbmdl
|
||
|
*.sln.ide
|
||
|
[Bb]in
|
||
|
[Dd]ebug*/
|
||
|
[Oo]bj/
|
||
|
[Rr]elease*/
|
||
|
_ReSharper*/
|
||
|
[Tt]est[Rr]esult*
|
||
|
TestsResult.html
|
||
|
[Bb]uild[Ll]og.*
|
||
|
*.[Pp]ublish.xml
|
||
|
[Tt]humbs.db
|
||
|
|
||
|
# NuGet
|
||
|
/packages/
|
||
|
|
||
|
# Build
|
||
|
/artifacts/
|
||
|
|
||
|
.localhistory
|
||
|
.vs/
|