You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❌ **Required configuration**: Production configs that need to be deployed
345
-
❌ **Dockerfiles**: If you use custom Dockerfiles
346
-
❌ **Package files**: `package.json`, `requirements.txt`, `go.mod` (unless you have a good reason)
347
-
❌ **Documentation**: README, docs that should be included
349
+
**Source code**: Your application source files
350
+
351
+
**Required configuration**: Production configs that need to be deployed
352
+
353
+
**Dockerfiles**: If you use custom Dockerfiles
354
+
355
+
**Package files**: `package.json`, `requirements.txt`, `go.mod` (unless you have a good reason)
356
+
357
+
**Documentation**: README, docs that should be included
358
+
348
359
349
360
### Security Considerations
350
361
351
-
⚠️ **Important**: The ignore feature excludes files from the tarball, but this is not a security feature. Sensitive files should not be in your repository in the first place.
362
+
**Important**: The ignore feature excludes files from the tarball, but this is not a security feature. Sensitive files should not be in your repository in the first place.
352
363
353
364
- Never commit secrets, API keys, or passwords to version control
354
365
- Use environment variables or secret management for sensitive data
0 commit comments