-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
executable file
·44 lines (36 loc) · 877 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
35
36
37
38
39
40
41
42
43
44
.DS_Store
application/cache/*
!application/cache/index.html
!application/cache/.htaccess
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
# ci-phpunit-test
#-------------------------
application/tests/build/
# Doctrine
#-------------------------
application/models/Proxies/*
!application/models/Proxies/.gitkeep
# Smarty
#-------------------------
public/smarty/cache/*
public/smarty/configs/*
public/smarty/templates_compile/*
!public/smarty/cache/.gitkeep
!public/smarty/configs/.gitkeep
!public/smarty/templates_compile/.gitkeep
# IDE Files
#-------------------------
/nbproject/
.idea/*
## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project