add a .gitignore to kiss-flixel template

This commit is contained in:
2022-05-06 15:21:00 -04:00
parent a9b78d8e59
commit d876911929
2 changed files with 2 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ class Main {
makeFolderForNewProject(["assets"]);
makeFolderForNewProject(["source"]);
makeFileForNewProject(["hxformat.json"]);
makeFileForNewProject([".gitignore"]);
}
static function convert(args:Array<String>) {

View File

@@ -0,0 +1 @@
export/