mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
858 B
78 lines
858 B
7 years ago
|
# OS
|
||
|
# ===========
|
||
|
.DS_Store
|
||
|
ehthumbs.db
|
||
|
Icon?
|
||
|
Thumbs.db
|
||
|
|
||
|
# Node and related ecosystem
|
||
|
# ==========================
|
||
|
.nodemonignore
|
||
|
.sass-cache/
|
||
|
node_modules/
|
||
|
help/
|
||
|
a
|
||
|
public/lib/
|
||
|
app/tests/coverage/
|
||
|
.bower-*/
|
||
|
.idea/
|
||
|
coverage/
|
||
|
|
||
|
# MEAN.js app and assets
|
||
|
# ======================
|
||
|
public/dist/
|
||
|
uploads
|
||
|
modules/users/client/img/profile/uploads
|
||
|
config/env/local.js
|
||
|
*.pem
|
||
|
|
||
|
# Ignoring MEAN.JS's gh-pages branch for documenation
|
||
|
_site/
|
||
|
|
||
|
# General
|
||
|
# =======
|
||
|
*.log
|
||
|
*.csv
|
||
|
*.dat
|
||
|
*.out
|
||
|
*.pid
|
||
|
*.gz
|
||
|
*.tmp
|
||
|
*.bak
|
||
|
*.swp
|
||
|
logs/
|
||
|
build/
|
||
|
uploads/
|
||
|
|
||
|
# Sublime editor
|
||
|
# ==============
|
||
|
.sublime-project
|
||
|
*.sublime-project
|
||
|
*.sublime-workspace
|
||
|
|
||
|
# Eclipse project files
|
||
|
# =====================
|
||
|
.project
|
||
|
.settings/
|
||
|
.*.md.html
|
||
|
.metadata
|
||
|
*~.nib
|
||
|
local.properties
|
||
|
|
||
|
# IntelliJ
|
||
|
# ========
|
||
|
*.iml
|
||
|
|
||
|
# Cloud9 IDE
|
||
|
# =========
|
||
|
.c9/
|
||
|
data/
|
||
|
mongod
|
||
|
|
||
|
# Visual Studio
|
||
|
# =========
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|