diff options
author | Malf Furious <m@lfurio.us> | 2016-02-29 19:30:46 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-02-29 19:30:46 -0500 |
commit | d54cf990c7fe8b2f5de7b572fac493bc9936e06a (patch) | |
tree | e64128946abda291037ee0d0383eda89fc40e893 /.gitignore | |
parent | c235d4bda46d4adcd71b35e1fa3c8a88ac8eae4f (diff) | |
download | scrott-d54cf990c7fe8b2f5de7b572fac493bc9936e06a.tar.gz scrott-d54cf990c7fe8b2f5de7b572fac493bc9936e06a.zip |
Add .gitignore file
Now ignoring the scrott.conf.php file if it is present in the repository
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2da16c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +app/scrott.conf.php |