diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-11-18 08:19:38 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-11-18 08:19:38 +0100 |
| commit | b387c10d750783822e0ce40fb813355f132c50c9 (patch) | |
| tree | 4a307bfefc2f70bf548a792773453ffbd24037bc /.gitignore | |
| download | graphql-spice-b387c10d750783822e0ce40fb813355f132c50c9.tar.gz | |
Create a package skeleton
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a047940 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dist-newstyle/ +dist/ |
