Suppress tracking

Suppress tracking

  • .gitignore

    • *.log

    • build/

    • temp-*

    • A text file named .gitignore suppresses accidental versioning of files and paths matching the specified patterns

  • Lists all ignored files in this project

    git ls-files –other –ignored –exclude-standard