SuiteCRM-Core/.gitignore
Dillon-Brown 587a79613e Add API Platform Framework with Symfony/Flex
This implements the basic structure that will be used for the API and core application.
2021-03-30 19:21:30 +01:00

152 lines
1.5 KiB
Text

## SuiteCRM 8 ##
###> symfony/framework-bundle ###
/.env
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
build/
config/
!config/.gitkeep
cache/
extentions/
!extentions/.gitkeep
logs/
!logs/.gitkeep
public/
# Theme
.sass-cache
*.css.map
*.min.css
# Tests
tests/coverage
# Composer
vendor/
composer.phar
# Profiling files
chrome-profiler-events.json
speed-measure-plugin.json
# Compiled output
dist
tmp
out-tsc
# Only exists if Bazel was run
bazel-out
# e2e test files
e2e/*.js
e2e/*.map
## Generic ##
# Logs
*.log
# composer
/vendor/*
#Ignore bower_components
bower_components/
node_modules/
# htacess
/.htaccess
## IDE specific items
# Eclipse
*.pydevproject
.project
.buildpath
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
# IntelliJ Idea
*.iml
*.ipr
*.iws
.idea/
.phpstorm.meta.php
.sass-cache/
.php_cs.cache
# NetBeans
nbproject/
#Visual Studio Code
.vscode/
# Vim
.*.sw[a-z]
*.un~
*.sln
*.suo
*.phpproj
Session.vim
# Windows
Thumbs.db
Desktop.ini
.DS_Store
.DS_Store?
.save
#browserstack
BrowserStackLocal
browserstack.err
# zips and executables
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.exe
# sql
*.sql
*.sql.gz
*.sqlite
# Ignore testing environment
build/tmp/
# Misc
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
.c9/
*.launch