Merge pull request #5169 from aws-lumberyard-dev/cgalvan/PythonToolGemplateGitignore

Added .gitignore for __pycache__ and pyc files to the python tool gemplate
monroegm-disable-blank-issue-2
Chris Galvan 4 years ago committed by GitHub
commit c183764379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
__pycache__/
*.pyc

@ -12,6 +12,12 @@
], ],
"icon_path": "preview.png", "icon_path": "preview.png",
"copyFiles": [ "copyFiles": [
{
"file": ".gitignore",
"origin": ".gitignore",
"isTemplated": false,
"isOptional": false
},
{ {
"file": "CMakeLists.txt", "file": "CMakeLists.txt",
"origin": "CMakeLists.txt", "origin": "CMakeLists.txt",

Loading…
Cancel
Save