diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-31 14:34:47 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-31 18:24:34 +0100 |
commit | 843c3336314f942bb7139a2c7da7625f98db46ac (patch) | |
tree | 32a1d87b6b42e8a7535a1539e5e73f3eda3a90a4 /.gitignore | |
download | renfe-843c3336314f942bb7139a2c7da7625f98db46ac.tar.gz renfe-843c3336314f942bb7139a2c7da7625f98db46ac.tar.bz2 renfe-843c3336314f942bb7139a2c7da7625f98db46ac.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a23f8a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.env + +.direnv/ |