lend
Version:
Retrieve your web browser information.
42 lines (32 loc) • 778 B
Plain Text
# Disable big data content from git
/node_modules/
npm-debug.log
# Allow this to hide the enviroment to github
.env
# Ignore Mac DS_Store files
.DS_Store
# Ignore folders
/build/
# Ignore bower_components
# bower_components
############################################
## PHP Storm and others temporal files
############################################
## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
# Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# Gradle:
.idea/gradle.xml
.idea/libraries
# Mongo Explorer plugin:
.idea/mongoSettings.xml