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

Added .gitignore for __pycache__ and pyc files to the python tool gemplate
This commit is contained in:
Chris Galvan
2021-11-01 13:51:48 -05:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,2 @@
__pycache__/
*.pyc
+6
View File
@@ -12,6 +12,12 @@
],
"icon_path": "preview.png",
"copyFiles": [
{
"file": ".gitignore",
"origin": ".gitignore",
"isTemplated": false,
"isOptional": false
},
{
"file": "CMakeLists.txt",
"origin": "CMakeLists.txt",