mirror of
https://github.com/fergalmoran/snapp-cli.git
synced 2025-12-22 01:51:22 +00:00
17 lines
356 B
Plaintext
17 lines
356 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/dotnetcore
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=dotnetcore
|
|
|
|
### DotnetCore ###
|
|
# .NET Core build folders
|
|
bin/
|
|
obj/
|
|
|
|
# Common node modules locations
|
|
/node_modules
|
|
/wwwroot/node_modules
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/dotnetcore
|
|
|
|
.idea/
|
|
.krud/
|