updated gitignore to ignore Ninjas project files

new-menus
Max Lange 8 years ago
parent 9b5b0bfa6c
commit ff9e97f2c1

3
.gitignore vendored

@ -8,6 +8,9 @@
#custom pattern to make ignored files without addig new rule
**IGNORE*.*
#the Ninja project file
**.nja
#empty folders
screenshots/*
assets/sprites/player/*

@ -1,30 +0,0 @@
{
"mainFile": "Run.py",
"use-tabs": true,
"venv": "",
"relatedProjects": [],
"name": "Project_interstellar",
"license": "",
"url": "",
"pythonPath": "python",
"preExecScript": "Run.sh",
"additional_builtins": [],
"programParams": "",
"indentation": 12,
"PYTHONPATH": "",
"supported-extensions": [
".py",
".jpg",
".png",
".ini",
".tif",
".ogg",
".txt",
".sh",
".menu",
".vars"
],
"project-type": "",
"postExecScript": "",
"description": ""
}
Loading…
Cancel
Save