Clean: exclude build artifacts and binaries from repo
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -2,3 +2,8 @@ node_modules/
|
||||
*.log
|
||||
/tmp/
|
||||
.DS_Store
|
||||
build/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
public/bin/
|
||||
*.spec
|
||||
|
||||
Reference in New Issue
Block a user