diff --git a/.gitiginore b/.gitiginore index b666ff8..09e0014 100644 --- a/.gitiginore +++ b/.gitiginore @@ -1,5 +1,12 @@ -# Created by https://www.gitignore.io/api/linux,godot,macos,windows,notepadpp,visualstudiocode -# Edit at https://www.gitignore.io/?templates=linux,godot,macos,windows,notepadpp,visualstudiocode +# Created by https://www.gitignore.io/api/linux,godot,macos,backup,windows,visualstudiocode +# Edit at https://www.gitignore.io/?templates=linux,godot,macos,backup,windows,visualstudiocode + +### Backup ### +*.bak +*.gho +*.ori +*.orig +*.tmp ### Godot ### @@ -54,10 +61,6 @@ Network Trash Folder Temporary Items .apdisk -### NotepadPP ### -# Notepad++ backups # -*.bak - ### VisualStudioCode ### .vscode/* !.vscode/settings.json @@ -95,4 +98,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.gitignore.io/api/linux,godot,macos,windows,notepadpp,visualstudiocode \ No newline at end of file +# End of https://www.gitignore.io/api/linux,godot,macos,backup,windows,visualstudiocode \ No newline at end of file diff --git a/README.md.bak b/README.md.bak deleted file mode 100644 index 5eb449f..0000000 --- a/README.md.bak +++ /dev/null @@ -1,32 +0,0 @@ -# City Limits - -A city building game based on Godot using the Micropolis assets (initially). - -## Getting Started - -### Prerequisites - -- Godot Engine 3.1 - -## Authors - -- **Anthony Wilcox** - _Initial work_ - [tonytins](https://github.com/tonytins) - -See also the list of [contributors](https://github.com/tonytins/citylimits/contributors) who participated in this project. - -## To-do - -With the exception of the world generator, this isn't any real order. - -- [ ] Map generator -- [ ] Currency -- [ ] Mayor mode - - [ ] Placable non-tile items (e.g. police, zones, ect..) - - [ ] Placable tile items (e.g. roads, rail, ect...) -- [ ] Save & load maps - -Note: this is subject to change in the future. - -## License - -This project is licensed under theMIT License - see the [LICENSE](LICENSE) file for details