#gitignore
Ignored files are usually build artifacts and machine generated files that can be derived from your repository source or should otherwise not be committed. Some common examples are:
dependency caches, such as the contents of /node_modules or /packages
compiled code, such as .o, .pyc, and .class files
build output directories, such as /bin, /out, or /target
files generated at runtime, such as .log, .lock, or .tmp
hidden system files, such as .DS_Store or Thumbs.db
personal IDE config files, such as .idea/workspace.xml
Ignored files are tracked in a special file named .gitignore that is checked in at the root of your repository. There is no explicit git ignore command: instead the .gitignore file must be edited and committed by hand when you have new files that you wish to ignore. .gitignore files contain patterns that are matched against file names in your repository to determine whether or not they should be ignored.
In questa pagina del sito puoi guardare il video online 11. Creating a .gitignore file | Git & GitHub della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Something New 04 aprile 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 50 volte e gli è piaciuto 3 spettatori. Buona visione!