mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
Add support for Cake.Net
Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.
This commit is contained in:
parent
afbff9027d
commit
da681d7115
1 changed files with 3 additions and 0 deletions
|
@ -263,3 +263,6 @@ paket-files/
|
|||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake
|
||||
tools/
|
||||
|
|
Loading…
Add table
Reference in a new issue