Adding main files
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Ignora tutti i file di backup
|
||||
*.backup
|
||||
|
||||
# Ignora tutti i file dentro "backups", ma non la cartella
|
||||
backups/*
|
||||
!backups/
|
||||
|
||||
# Ignora tutti i file dentro "hosts-available", ma non la cartella
|
||||
hosts-available/*
|
||||
!hosts-available/
|
||||
|
||||
# Ignora tutti i file dentro "hosts-enabled", ma non la cartella
|
||||
hosts-enabled/*
|
||||
!hosts-enabled/
|
||||
|
||||
# Ignora tutti i file dentro "hosts-main", ma non la cartella
|
||||
hosts-main/*
|
||||
!hosts-main/
|
||||
|
||||
# Ignora tutto dentro "localhost-aliases" tranne 0.lhost e la cartella
|
||||
localhost-aliases/*
|
||||
!localhost-aliases/0.lhost
|
||||
!localhost-aliases/
|
||||
|
||||
# Incluti tutti i fir .gitkeep
|
||||
!**/.gitkeep
|
||||
Reference in New Issue
Block a user