chore: remove .vscode from ignore files while creating a patch
This commit is contained in:
parent
849f5eb11b
commit
5bd7ead2ca
2
Makefile
2
Makefile
|
@ -109,7 +109,7 @@ build_snap_arm64:
|
|||
|
||||
patch-new: install_deps
|
||||
@echo "Setting up the development environment..."
|
||||
@cd $(APP_DIR) && echo "node_modules\n.vscode\n*.diff\n*.orig" > .gitignore && git init && git add .
|
||||
@cd $(APP_DIR) && echo "node_modules\n*.diff\n*.orig" > .gitignore && git init && git add .
|
||||
@cd $(APP_DIR) && git commit -m "initial commit"
|
||||
@echo "You can now edit the sources in the $(APP_DIR) directory"
|
||||
@echo "When you are done, commit your changes, run 'make patch-gen'."
|
||||
|
|
Loading…
Reference in New Issue