Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
b412c016
Commit
b412c016
authored
Apr 24, 2014
by
Carl Suster
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1055 from PR3x/master
Fix EOL issues in multiple gitignores
parents
95d8ff4e
5eacf05a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Android.gitignore
Android.gitignore
+1
-1
CodeIgniter.gitignore
CodeIgniter.gitignore
+1
-1
Composer.gitignore
Composer.gitignore
+1
-1
Symfony2.gitignore
Symfony2.gitignore
+1
-1
No files found.
Android.gitignore
View file @
b412c016
...
...
@@ -23,4 +23,4 @@ local.properties
proguard/
#Log Files
*.log
\ No newline at end of file
*.log
CodeIgniter.gitignore
View file @
b412c016
...
...
@@ -3,4 +3,4 @@
*/logs/!index.html
*/cache/*
*/cache/!index.html
*/cache/!.htaccess
\ No newline at end of file
*/cache/!.htaccess
Composer.gitignore
View file @
b412c016
...
...
@@ -3,4 +3,4 @@ vendor/
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
\ No newline at end of file
# composer.lock
Symfony2.gitignore
View file @
b412c016
...
...
@@ -13,4 +13,4 @@ app/config/parameters.ini
app/config/parameters.yml
# Composer
composer.phar
\ No newline at end of file
composer.phar
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment