Skip to content

Commit defc575

Browse files
weaverryandependabot[bot]
authored andcommitted
feature symfony#7417 Adding documentation about the simple cache PSR-16 implementation (weaverryan)
1 parent 7893772 commit defc575

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
/_build/doctrees
2-
/_build/html
3-
*.pyc
1+
/nbproject/
2+
/.idea/*
3+
*.tmlanguage.cache
4+
*.tmPreferences.cache
5+
*.stTheme.cache
6+
*.sublime-workspace
7+
*.sublime-project
8+
node_modules/
9+
bin/
10+
obj/
11+
.vs/

0 commit comments

Comments
 (0)