forked from system76/beansbooks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
34 lines (28 loc) · 830 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Skip the netbeans project directory, this is developer centric
/nbproject
# Skip the htaccess file, this is server centric
/.htaccess
# Skip the configuration file(s), these are developer and server centric
/application/classes/beans/config.php
deployfile
application/classes/controller/test.php
dev/
application/config/beans.php
application/config/database.php
application/config/email.php
application/config/encrypt.php
application/config/url.php
# Skip some Apple directories, these is machine centric
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Temp files created by gedit, (or something...)
*~
*.swp
.sass-cache
# Skip some additional PhpStorm metafiles. These are all project centric
# I need to include codeStyleSettings.xml since that is useful to have in the project.
.idea/*
!.idea/codeStyleSettings.xml