diff options
| author | Indrajith K L | 2022-06-12 22:42:24 +0530 | 
|---|---|---|
| committer | Indrajith K L | 2022-06-12 22:42:24 +0530 | 
| commit | aefec38767c798ad3c8ec8bdc224ddd53bf886c8 (patch) | |
| tree | 4ee65fc67b315fbfb34e3a5b8786b4560923e943 /.gitignore | |
| download | dialog-starter-aefec38767c798ad3c8ec8bdc224ddd53bf886c8.tar.gz dialog-starter-aefec38767c798ad3c8ec8bdc224ddd53bf886c8.tar.bz2 dialog-starter-aefec38767c798ad3c8ec8bdc224ddd53bf886c8.zip | |
Initial Commit
* Adds Working Example
* Adds release scripts
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..435079b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +stdlib.dg +*.aastory +/bin +/game
\ No newline at end of file | 
