mirror of
https://github.com/proelements/proelements.git
synced 2026-04-05 20:13:47 +00:00
v3.33.1
This commit is contained in:
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Codekit #
|
||||
###########
|
||||
*.codekit
|
||||
|
||||
# Node #
|
||||
########
|
||||
node_modules/*
|
||||
|
||||
# Ide #
|
||||
#######
|
||||
.idea/*
|
||||
|
||||
# Build #
|
||||
#########
|
||||
build/prod/*
|
||||
|
||||
# Deploy #
|
||||
##########
|
||||
servers.yml
|
||||
|
||||
|
||||
# Project files #
|
||||
#################
|
||||
|
||||
**/.env
|
||||
Reference in New Issue
Block a user