mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2026-05-15 08:47:53 -04:00
🗃️ Removed the .claude/settings.local.json 🗃️
Some checks failed
squidguard / release-squidguard (push) Has been cancelled
Some checks failed
squidguard / release-squidguard (push) Has been cancelled
Dockerfile .dockerignore .env.scripts .gitattributes .gitea/workflows/docker.yaml .gitignore LICENSE.md README.md rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/pkmgr
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
# Files to ignore
|
||||
.gitignore
|
||||
# Tell docker to ignore .gitkeep
|
||||
.gitkeep
|
||||
.node_modules/**
|
||||
# Tell docker to ignore .gitignore
|
||||
.gitignore
|
||||
# Tell docker to ignore node_modules/**
|
||||
node_modules/**
|
||||
# Tell docker to ignore .node_modules/**
|
||||
.node_modules/**
|
||||
# Tell docker to ignore **/.gitkeep
|
||||
**/.gitkeep
|
||||
# Tell docker to ignore **/.gitignore
|
||||
**/.gitignore
|
||||
# Tell docker to ignore **/node_modules/**
|
||||
**/node_modules/**
|
||||
# Tell docker to ignore **/.node_modules/**
|
||||
**/.node_modules/**
|
||||
|
||||
Reference in New Issue
Block a user