Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a4f5ac9e
authored
2017-01-13 10:26:09 -0500
by
Insu Mun
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Edit gitignore file.
1 parent
0ffc866c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
.gitignore
.htaccess
.gitignore
View file @
a4f5ac9
### old Files ###
/vendor/
*
/vendor/
...
...
.htaccess
View file @
a4f5ac9
# ------------------------------------------------------------------------------
# | Cross-domain AJAX requests |
# ------------------------------------------------------------------------------
# Enable cross-origin AJAX requests.
# http://code.google.com/p/html5security/wiki/CrossOriginRequestSecurity
# http://enable-cors.org/
<
IfModule
mod_headers.c
>
Header
set
Access-Control-Allow-Origin "*"
</
IfModule
>
RewriteEngine
On
# Prevents Flash files from caching
...
...
Please
register
or
sign in
to post a comment