This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1506
from Ralph-Wang/develop
add newline at the end of file for each gitignore
for-closed-social
无闻
9 years ago
parent
03b85b73af
feed2b61ee
commit
de6850b429
8 changed files
with
8 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
conf/gitignore/Android
+1
-1
conf/gitignore/C
+1
-1
conf/gitignore/C Sharp
+1
-1
conf/gitignore/Google Go
+1
-1
conf/gitignore/Java
+1
-1
conf/gitignore/Objective-C
+1
-1
conf/gitignore/Python
+1
-1
conf/gitignore/Ruby
+ 1
- 1
conf/gitignore/Android
View File
@ -20,4 +20,4 @@ build/
local.properties
# Proguard folder generated by Eclipse
proguard/
proguard/
+ 1
- 1
conf/gitignore/C
View File
@ -15,4 +15,4 @@
# Executables
*.exe
*.out
*.app
*.app
+ 1
- 1
conf/gitignore/C Sharp
View File
@ -105,4 +105,4 @@ Generated_Code #added for RIA/Silverlight projects
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.XML
+ 1
- 1
conf/gitignore/Google Go
View File
@ -19,4 +19,4 @@ _cgo_export.*
_testmain.go
*.exe
*.exe
+ 1
- 1
conf/gitignore/Java
View File
@ -9,4 +9,4 @@
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
hs_err_pid*
+ 1
- 1
conf/gitignore/Objective-C
View File
@ -4,4 +4,4 @@
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
#
# Pods/
# Pods/
+ 1
- 1
conf/gitignore/Python
View File
@ -33,4 +33,4 @@ nosetests.xml
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.pydevproject
+ 1
- 1
conf/gitignore/Ruby
View File
@ -15,4 +15,4 @@ tmp
# YARD artifacts
.yardoc
_yardoc
doc/
doc/
Write
Preview
Loading…
Cancel
Save