Add gitignore

This commit is contained in:
Gal 2023-12-25 12:14:55 +01:00
commit 7cc90c5403
1 changed files with 22 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
# Ignore all directories named 'nextcloud' and 'db' within the /home/ac1dburn/services directory
/services/nextcloud/
/services/db/
# Exclude any log files or other temporary files that you don't want to commit
*.log
*.tmp
*.swp
# Exclude sensitive or environment-specific files
.env
config.ini
secrets.json
# Exclude node_modules if it's present in any of your services
/node_modules/
# Exclude compiled binaries or files
*.exe
*.dll
*.so
*.dylib