UNPKG

2.13 kBPlain TextView Raw
1#################
2## Eclipse
3#################
4
5*.pydevproject
6.project
7.metadata
8bin/
9tmp/
10*.tmp
11*.bak
12*.swp
13*~.nib
14local.properties
15.classpath
16.settings/
17.loadpath
18
19# External tool builders
20.externalToolBuilders/
21
22# Locally stored "Eclipse launch configurations"
23*.launch
24
25# CDT-specific
26.cproject
27
28# PDT-specific
29.buildpath
30
31
32#################
33## Visual Studio
34#################
35
36## Ignore Visual Studio temporary files, build results, and
37## files generated by popular Visual Studio add-ons.
38
39# User-specific files
40*.suo
41*.user
42*.sln.docstates
43
44# Build results
45[Dd]ebug/
46[Rr]elease/
47*_i.c
48*_p.c
49*.ilk
50*.meta
51*.obj
52*.pch
53*.pdb
54*.pgc
55*.pgd
56*.rsp
57*.sbr
58*.tlb
59*.tli
60*.tlh
61*.tmp
62*.vspscc
63.builds
64*.dotCover
65
66## TODO: If you have NuGet Package Restore enabled, uncomment this
67#packages/
68
69# Visual C++ cache files
70ipch/
71*.aps
72*.ncb
73*.opensdf
74*.sdf
75
76# Visual Studio profiler
77*.psess
78*.vsp
79
80# ReSharper is a .NET coding add-in
81_ReSharper*
82
83# Installshield output folder
84[Ee]xpress
85
86# DocProject is a documentation generator add-in
87DocProject/buildhelp/
88DocProject/Help/*.HxT
89DocProject/Help/*.HxC
90DocProject/Help/*.hhc
91DocProject/Help/*.hhk
92DocProject/Help/*.hhp
93DocProject/Help/Html2
94DocProject/Help/html
95
96# Click-Once directory
97publish
98
99# Others
100[Bb]in
101[Oo]bj
102sql
103TestResults
104*.Cache
105ClientBin
106stylecop.*
107~$*
108*.dbmdl
109Generated_Code #added for RIA/Silverlight projects
110
111# Backup & report files from converting an old project file to a newer
112# Visual Studio version. Backup files are not needed, because we have git ;-)
113_UpgradeReport_Files/
114Backup*/
115UpgradeLog*.XML
116
117
118
119############
120## Windows
121############
122
123# Windows image file caches
124Thumbs.db
125
126# Folder config file
127Desktop.ini
128
129
130#############
131## Python
132#############
133
134*.py[co]
135
136# Packages
137*.egg
138*.egg-info
139dist
140build
141eggs
142parts
143bin
144var
145sdist
146develop-eggs
147.installed.cfg
148
149# Installer logs
150pip-log.txt
151
152# Unit test / coverage reports
153.coverage
154.tox
155
156#Translations
157*.mo
158
159#Mr Developer
160.mr.developer.cfg
161
162# Mac crap
163.DS_Store