Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
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
f6b20832
authored
2022-01-17 14:14:02 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fff
1 parent
d2185889
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
1 deletions
.gitignore
config/deploy.rb
.gitignore
0 → 100644
View file @
f6b2083
### Mac OSX ###
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
### Eclipse ###
*.pydevproject
.project
.metadata
bin/**
tmp/**
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# CDT-specific
.cproject
### Emacs ###
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
### vim ###
.*.sw[a-z]
*.un~
Session.vim
### TextMate ###
*.tmproj
*.tmproject
tmtags
### Linux ###
!.gitignore
!.htaccess
!.env.example
# KDE
.directory
### Windows ###
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
### Custom ###
log/*
/wp-content/languages/
/wp-content/uploads/
/wp-content/storage/
/wp-content/cache/
/wp-content/wflogs/*
vendor/*
/vendor/*
.env
.svn/
.idea/
.DS_Store
wp-content/wflogs/config.php
wp-content/wflogs/rules.php
wp-content/wflogs/wafRules.rules
wp-content/themes/cbv/test/.env
config/deploy.rb
View file @
f6b2083
set
:application
,
'fp
_
canada'
set
:application
,
'fp
-
canada'
set
:repo_url
,
'git@git.gotenzing.com:tenzing/FP_Canada.git'
# Branch options
...
...
Please
register
or
sign in
to post a comment