Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 370 Bytes

IGNORING_FILES.md

File metadata and controls

13 lines (9 loc) · 370 Bytes

Ignoring files in push


Files can be ignored b adding them to .gitignore file in the root of the project directory.

Some files that should be gitignored

  • node_modules
  • .env or any environment variables
  • large media files
  • If vendor is large, ignore it and provide a link to download
  • Any large files which can be downloaded (or built) anytime.