Akki-jaiswal / Akki-jaiswal/pong-game

Missing .gitignore File Leading to Security and Performance Risks

Đang mở
#7 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
JavaScript
Star
22
Fork
116
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Description:
The repository currently does not include a .gitignore file, which can result in:

Sensitive files like .env being exposed publicly

Large directories such as node_modules/ being committed, bloating the repo

Proposed Solution:
Add a .gitignore file at the project root

Exclude environment/config files like .env, .env.*, .DS_Store, etc.

Exclude large or unnecessary directories like node_modules/, dist/, and build artifacts

Match ignore rules to the project’s tech stack (e.g., [Node.js](https://github.com/github/gitignore/blob/main/Node.gitignore), Python, React)

Remove any files already committed that should be ignored

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.