10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d6113 commit 44a9b7dCopy full SHA for 44a9b7d
01_remove_all_pyc.md
@@ -6,4 +6,4 @@ To recursively remove all those pesky *.pyc* files from a git repo, run this com
6
$ find . -name "*.pyc" -exec git rm -f {} \;
7
```
8
9
-Then make sure to add a *.gitignore* and the root of the repo and add the line: `*.pyc`
+Then make sure to add a *.gitignore* in the root of the repo and add the line: `*.pyc`
0 commit comments