- 22 2月, 2014 2 次提交
-
-
由 Metallicow 提交于
-
由 Metallicow 提交于
# PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.exe.manifest *.manifest Example template ``` <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" name="SourceCoder" version="14.2.22.0" processorArchitecture="x86" /> <description>Description</description> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false" /> </requestedPrivileges> </security> </trustInfo> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.21022.8" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" /> </dependentAssembly> </dependency> </assembly> ```
-
- 19 2月, 2014 3 次提交
-
-
由 Carl Suster 提交于
Removed IDE-specific rules from Grails template
-
由 Lukáš Marek 提交于
Those files should be in Global/ templates
-
由 Lukáš Marek 提交于
This entry should be (and is) rather in Global/JetBrains.gitignore
-
- 18 2月, 2014 3 次提交
-
-
由 Brendan Forster 提交于
Updated rules of 'VisualStudio.gitignore' about ATL Project.
-
由 Hyeon Kim 提交于
This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project. * [Dd]ebugPS/ * [Rr]eleasePS/ * dlldata.c
-
由 Carl Suster 提交于
ignore SQL server database files
-
- 14 2月, 2014 1 次提交
-
-
由 Ben Bodenmiller 提交于
-
- 13 2月, 2014 6 次提交
-
-
由 Markus Olsson 提交于
Updated the year :-)
-
由 Ionică Bizău 提交于
-
由 Carl Suster 提交于
Better Delphi .gitignore
-
由 Denis Grinyuk 提交于
-
由 Carl Suster 提交于
Ignore output from Crashlytics JetBrains plugin
-
由 jturmel 提交于
* Remove AndroidStudio.gitignore in favor of adding the change needed to the Global/JetBrains.gitignore file
-
- 12 2月, 2014 5 次提交
-
-
由 Denis Grinyuk 提交于
-
由 Denis Grinyuk 提交于
-
由 Denis Grinyuk 提交于
-
由 Denis Grinyuk 提交于
- added header with link to official documentation about Delphi filetypes - added some missed file extensions - made some grouping with descriptions
-
由 Denis Grinyuk 提交于
-
- 11 2月, 2014 1 次提交
-
-
由 jturmel 提交于
-
- 10 2月, 2014 1 次提交
-
-
由 Carl Suster 提交于
Added template for the DM language.
-
- 07 2月, 2014 9 次提交
-
-
由 Adam Roben 提交于
Create Umbraco.gitignore
-
由 Dan Lister 提交于
-
由 Carl Suster 提交于
Added *.synctex.gz(busy) to TeX template
-
由 Adam Roben 提交于
Update JetBrains.gitignore
-
由 Adam Roben 提交于
gitignore VM crash logs
-
由 Adam Roben 提交于
Update Grails.gitignore to include default files
-
由 Adam Roben 提交于
Update Python.gitignore
-
由 Juergen Edelbluth 提交于
Sometimes it happens that you'd like to commit during a long LaTeX run. During this run, the document.synctex.gz is renamed to document.synctex.gz(busy). And you don't want to commit this file.
-
由 Christoph Emmersberger 提交于
Add plugin file description for JIRA config file containing username and password
-
- 06 2月, 2014 1 次提交
-
-
由 Carl Suster 提交于
Ignore user-specific .booproj files
-
- 05 2月, 2014 1 次提交
-
-
由 ahmyi 提交于
-
- 04 2月, 2014 2 次提交
-
-
由 Carl Suster 提交于
Update Dart.gitignore to trim stray whitespace
-
由 Martin Charles 提交于
Removed space from end of line which prevented the `pubspec.lock` from being ignored.
-
- 01 2月, 2014 1 次提交
-
-
由 Carl Suster 提交于
Update Unity gitignore to not commit user preferences
-
- 31 1月, 2014 4 次提交
-
-
由 Carl Suster 提交于
Update URL in nanoc.gitignore
-
由 Diego Leme 提交于
new site Nanoc
-
-
由 Markus Olsson 提交于
Updated rules of 'VisualStudio.gitignore' about Web workbench add-on.
-