linux_wiki:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
linux_wiki:git [2019/07/13 20:21]
billdozor [File Status]
linux_wiki:git [2019/07/13 22:30]
billdozor [Exclude Files from Tracking]
Line 144: Line 144:
  
 \\ \\
-Example .gitignore<code bash>*.log+Example .gitignore<code bash># Git ignore file - comments are allowed 
 +__pycache__/ 
 +*.log
 tmp/</code> tmp/</code>
-  * Do not track any files that end in .log or are inside a tmp directory.+  * Do not track any files that 
 +    * Are inside a __pycache__ directory 
 +    * End in .log 
 +    * Are inside a tmp directory
  
 \\ \\
  • linux_wiki/git.txt
  • Last modified: 2020/01/10 18:29
  • by billdozor