Welcome Guest, Not a member yet? Register   Sign In
.gitignore file for CodeIgniter 3
#2

https://github.com/bcit-ci/CodeIgniter has its own .gitignore file, which is more appropriate.

A good practice is to keep the framework (the above project) separate from any app, and to reference its system folder location in your app's index.php. You can then share the framework across apps, and update the framework without affecting your apps.

What you are referring to in your post is the .gitignore file from the github repositories, presumably a default one.
Check the .gitignore in our project.
Reply


Messages In This Thread
.gitignore file for CodeIgniter 3 - by izaban - 07-22-2015, 01:06 PM
RE: .gitignore file for CodeIgniter 3 - by ciadmin - 07-22-2015, 01:53 PM
RE: .gitignore file for CodeIgniter 3 - by izaban - 07-23-2015, 07:33 AM
RE: .gitignore file for CodeIgniter 3 - by Narf - 07-23-2015, 09:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB