Skip to content

Commit f4884fd

Browse files
committed
1 parent 4efb6f5 commit f4884fd

1 file changed

Lines changed: 26 additions & 12 deletions

File tree

.gitignore

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1-
nbproject
2-
._*
3-
.~lock.*
4-
.buildpath
51
.DS_Store
6-
.idea
7-
.project
8-
.settings
9-
cache.properties
10-
build
11-
vendor/
12-
composer.phar
13-
application/logs/
2+
3+
application/cache/*
4+
!application/cache/index.html
5+
!application/cache/.htaccess
6+
7+
application/logs/*
8+
!application/logs/index.html
9+
!application/logs/.htaccess
10+
11+
user_guide_src/build/*
12+
user_guide_src/cilexer/build/*
13+
user_guide_src/cilexer/dist/*
14+
user_guide_src/cilexer/pycilexer.egg-info/*
15+
/vendor/
16+
17+
# IDE Files
18+
#-------------------------
19+
/nbproject/
20+
.idea/*
21+
22+
## Sublime Text cache files
23+
*.tmlanguage.cache
24+
*.tmPreferences.cache
25+
*.stTheme.cache
26+
*.sublime-workspace
27+
*.sublime-project

0 commit comments

Comments
 (0)