mirror of
https://github.com/casjaysdevdocker/deno
synced 2026-06-24 02:01:06 -04:00
🗃️ Removed the .claude/settings.local.json 🗃️
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:
+6
-3
@@ -1,7 +1,4 @@
|
||||
# Files to ignore
|
||||
**/.gitignore
|
||||
**/.gitkeep
|
||||
**/.node_modules/**
|
||||
# Tell docker to ignore .gitkeep
|
||||
.gitkeep
|
||||
# Tell docker to ignore .gitignore
|
||||
@@ -10,5 +7,11 @@
|
||||
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