Do not create dummy directories when setting up a new project

This commit is contained in:
Daniel - 2022-10-16 21:00:40 +02:00
parent 72d6904968
commit 425792a2ee
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ SHORT-NAME."
projects-main-project-directory))
(default-directory project-directory))
(make-directory project-directory)
(make-directory (expand-file-name "scripts"))
(make-directory (expand-file-name "data"))
(if-let ((git-executable (executable-find "git")))
(call-process git-executable nil nil nil "init")
(write-region "" nil (expand-file-name ".projectile")))