gitignore
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,4 +1,13 @@
|
|||||||
/vendor
|
# .NET
|
||||||
/node_modules
|
**/bin/
|
||||||
.env
|
**/obj/
|
||||||
.DS_Store
|
|
||||||
|
# Node
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user