mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
Ignore the build directory from git
This should prevent people from commiting the built directory by accident. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
06d0438013
commit
d8c424297b
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -24,5 +24,8 @@ config.json
|
||||||
public/build
|
public/build
|
||||||
public/views/build
|
public/views/build
|
||||||
|
|
||||||
|
# ignore TypeScript built
|
||||||
|
built/
|
||||||
|
|
||||||
public/uploads/*
|
public/uploads/*
|
||||||
!public/uploads/.gitkeep
|
!public/uploads/.gitkeep
|
||||||
|
|
Loading…
Reference in a new issue