소스 검색

Add missing ZeroClipbpard SWF file

Flash support for ZeroClipboard is not working in project pages since
the SWF file is missing. There was a typo in the .gitignore file that
ignored "*.sw?" files.
Brian Clozel 11 년 전
부모
커밋
c3ac7c0412
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitignore
  2. BIN
      js/ZeroClipboard.swf

+ 1 - 1
.gitignore

@@ -3,6 +3,6 @@
 *~
 _site
 .idea
-*.sw?
+*.sw[op]
 .project
 sample-pages

BIN
js/ZeroClipboard.swf