mirror of
https://github.com/QuasarApp/fork-and-rename-me.git
synced 2025-05-20 08:49:35 +00:00
Improve Git tracking ignore rules
This patch brings several improvements to the Git ignore rules: * Be more strict ignoring the special folders so that it won't match other things. * Adds rules specific to `snapcraft cleanbuild` * Cosmetic fixes Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
This commit is contained in:
parent
b471a2660e
commit
891d324366
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,8 +1,11 @@
|
|||||||
#snapcraft specifics
|
#snapcraft specifics
|
||||||
parts
|
/parts/
|
||||||
stage
|
/stage/
|
||||||
prime
|
/prime/
|
||||||
|
|
||||||
*.snap
|
*.snap
|
||||||
|
|
||||||
.snapcraft
|
.snapcraft
|
||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*_source.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user