Rename build dir to export
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
build/
|
||||
export/
|
||||
.venv/
|
||||
*.conf
|
||||
|
||||
2
Makefile
2
Makefile
@@ -1,3 +1,3 @@
|
||||
clean:
|
||||
rm --recursive --force build
|
||||
rm --recursive --force export
|
||||
rm --force nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user