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