초기 구현: TailRescue Headscale ISO 프로젝트 정리
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# build outputs
|
||||
*.iso
|
||||
*.img
|
||||
*.qcow2
|
||||
*.raw
|
||||
*.squashfs
|
||||
*.packages
|
||||
*.files
|
||||
*.buildlog
|
||||
/rootfs/
|
||||
/chroot/
|
||||
/binary/
|
||||
/cache/
|
||||
/build/
|
||||
/dist/
|
||||
|
||||
# secrets / local field config
|
||||
.env
|
||||
*.env
|
||||
rescue.env
|
||||
secret.env
|
||||
preauth*.txt
|
||||
*.key
|
||||
*.pem
|
||||
id_*
|
||||
!*.pub
|
||||
|
||||
# temp
|
||||
*.log
|
||||
*.tmp
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user