diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-05-21 19:13:27 +0200 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-05-21 19:13:27 +0200 |
commit | 10d3f3e0d57b5061a068a144dbbfb2ccefe669bf (patch) | |
tree | 74b3f2c7eb0ae707d3552c754c9990a071caa8e8 /.gitignore | |
download | yabs-10d3f3e0d57b5061a068a144dbbfb2ccefe669bf.tar.gz yabs-10d3f3e0d57b5061a068a144dbbfb2ccefe669bf.tar.bz2 yabs-10d3f3e0d57b5061a068a144dbbfb2ccefe669bf.tar.xz yabs-10d3f3e0d57b5061a068a144dbbfb2ccefe669bf.tar.zst yabs-10d3f3e0d57b5061a068a144dbbfb2ccefe669bf.zip |
first test: city
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76e6b32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +.idea +*.log +tmp/ + + +.ccls* +build* |