We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66b53a commit 9a2661fCopy full SHA for 9a2661f
Plone.gitignore
@@ -0,0 +1,34 @@
1
+*~
2
+*.pyc
3
+*.pyo
4
+*.tmp*
5
+*.mo
6
+*.egg
7
+*.EGG
8
+*.egg-info
9
+*.EGG-INFO
10
+*.kpf
11
+*.swp
12
+*.wpr
13
+.*.cfg
14
+.installed.cfg
15
+.mr.developer.cfg
16
+.hg/
17
+.bzr/
18
+.svn/
19
+.project
20
+.pydevproject
21
+bin/
22
+build/
23
+develop-eggs/
24
+downloads/
25
+eggs/
26
+fake-eggs/
27
+parts/
28
+dist/
29
+var/
30
+
31
32
33
+# OSX
34
+.DS_Store
0 commit comments