Skip to content

Commit

Permalink
gitignore added
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 20, 2023
1 parent 5caddaa commit 375f7d7
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# Created by https://www.toptal.com/developers/gitignore/api/strapi
# Edit at https://www.toptal.com/developers/gitignore?templates=strapi

### Strapi ###

.env
license.txt
exports
*.cache
build
.strapi-updater.json

############################
# OS X

.DS_Store
.AppleDouble
.LSOverride
Icon
.Spotlight-V100
.Trashes
._*

# Linux

*~


# Windows

Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp


# Packages

*.7z
*.csv
*.dat
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.com
*.class
*.dll
*.exe
*.o
*.seed
*.so
*.swo
*.swp
*.swn
*.swm
*.out
*.pid

# Logs and databases

.tmp
*.log
*.sql
*.sqlite
*.sqlite3


# Misc.

*#
ssl
.idea
nbproject
public/uploads/*
!public/uploads/.gitkeep

# Node.js

lib-cov
lcov.info
pids
logs
results
node_modules
.node_history

# Tests

testApp
coverage

# End of https://www.toptal.com/developers/gitignore/api/strapi

0 comments on commit 375f7d7

Please sign in to comment.