wordRotator/.gitignore
2020-10-17 16:42:59 +02:00

19 lines
255 B
Plaintext

### ApacheCordova ###
# Apache Cordova generated files and directories
bin/*
!/plugins
!/plugins/android.json
!/plugins/fetch.json
plugins/*
platforms/*
/www/*
node_modules/*
/node_modules/*
www/index.js
js/**/*.js
js/**/*.js.map
.env
#idea-ide
/.idea/*